I still can't get my head around prefix notation. I heard Scheme is easier though. Seriously, why do practitioners of Lisp-like languages claim it's so good? I honestly cannot see the big deal, it's an old, slow, awkward and overall clunky language to use.
>>2
How about giving arguments other then "lol read sicp." Explain, what's so good about CLisp/Scheme? If it's so good, why aren't more projects written in it? Today, it's all Java, C++, C, or one of the .NET languages. As far as I know, people only use the Lisp-like languages for small, shell-type tasks / cgi scripts, and even then there are far more suitable languages available (Python, Perl, etc.)
>>3 As far as I know, people only use the Lisp-like languages for small, shell-type tasks / cgi scripts, and even then there are far more suitable languages available (Python, Perl, etc.)
Use Erlang instead. Built-in language features to guarantee high-availability via load-distribution across a cluster. Arguably cooler than Scheme, if I may blaspheme.
Name:
Anonymous2007-12-04 19:33
>>1
>I still can't get my head around prefix notation. I heard Scheme is easier though.
You realize they use the exact same notation, right? And now can you possibly find it hard to grasp? Instead of foo(bar) it's (foo bar).
>>3
Sigh... don't call it CLisp. It's Common Lisp or CL. ComLi may be acceptable. But CLISP is something else.
Some guys in Hungary recently went online with some government data collection software to aid in budget planning.
Name:
Anonymous2007-12-04 19:37
>>6
First link doesn't mention implementation language. Fabrication until further evidence is provided. I bet any money it's implemented in Java.
Also, source for the second one?
In any event, I'm still not convinced lisp-like languages are useful at all.
Name:
Anonymous2007-12-04 19:39
there's seriously something wrong with you if you look at prefix notation and decide it doesn't make any sense.
Name:
Anonymous2007-12-04 19:40
>>7
See Dan Weinreb's posts on comp.lang.lisp for the first. See c.l.l for the second as well.
>>18
What most likely happened was >>16/>>17 clicked the reply button, but was too late in performing the stop operation on their browser. They then proceeded to revise their post, before re-replying. Unfortunantly, they were too slow, so what we have here is the original post together with the revised post. And so life imitates art.
>>24
What language supports automatic interpolation of variable names?
Name:
Anonymous2007-12-04 23:42
I'll tell you a secret: Scheme/LISP is only kewl because it gives you a way to impress your friends with many screenfuls of ))))))))))))))))))))))))))))))))))))))))))))))))))), but don't you dare tell anyone
>>38
Presumably >>36 was thinking (insofar as >>36 is able to think) about the general form of the equation, and just doesn't have the mathematical know-how to use variables instead of literal numbers.
Name:
Anonymous2007-12-05 14:15
>>37 4 * (5 + ((+8) - 8) + 10) * 73 is a nightmare, btw.
Horrible. Why is this taught to people worldwide in schools? We should all learn some weirdass notation so we can be more eleet.