Hey!
I am present on quite a few forums and found CodeCall very interesting, informative and popular.
I'm 14 and a self-taught programmer and enjoy coding in Common Lisp, Python; and slowly getting into JS and ASM.
Then markup languages like HTML and AIML...
I'll have fun contributing to the forum.
Thanks!
~Indecipherable~
8 replies to this topic
#1
Posted 20 August 2011 - 10:54 AM
|
|
|
#2
Posted 20 August 2011 - 11:20 AM
Welcome aboard! How'd you get into Lisp?
#3
Posted 20 August 2011 - 11:24 AM
I also learned JavaScript and Assembly at around the same time; though HTML was the first any type of computer language I ever learned.
#4
Posted 20 August 2011 - 11:31 AM
WingedPanther said:
Welcome aboard! How'd you get into Lisp?
I think I was researching about A.I and Lisp sort of came up... Then I got hooked on the syntax :)
#5
Posted 20 August 2011 - 11:34 AM
Lisp, you either love or hate the syntax. Noone is ambivalent.
#6
Posted 20 August 2011 - 11:47 AM
I really think that the code is flexible and the macros are very cool, but I find its popularity somewhat discouraging. :(
#7
Posted 20 August 2011 - 03:51 PM
Lisp is a great language, but it requires a very different way of thinking from the languages most people learn first. Functional programming feels very alien to people who are used to procedural/OOP. It will give you a huge leg-up on F#, though.
#8
Posted 20 August 2011 - 04:24 PM
Yeah, it's different. I don't know Lisp, but I did learn some Haskell.
I don't know if every functional language is like that, but Haskell uses recursion; though with recursion the program runs out of stack space, eventually.
I don't know if every functional language is like that, but Haskell uses recursion; though with recursion the program runs out of stack space, eventually.
#9
Posted 21 August 2011 - 07:36 AM
Most functional languages make heave use of recursion, from necessity. The math side of it is called Recursive Functions, and can be used to build the equivalent of Turing Machines using function calls. Lots of fun, if you don't mind your brain being tied into knots. Turing Machines are based on state. There's also something called Enumerable Sets that is also equivalent.
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users


Sign In
Create Account

Back to top









