in the order you studied them and rate your experience with it.
C - too much focus on the language itself rather than the goal
Java - never again
C++ - it's like C and Java had sex together and Java commited abortion
Ruby - it was pretty much enjoyable despite the limited time I spent on it
Python - too easy, too slow
Scheme - too complicated for my shallow mind but I like it
Name:
Anonymous2013-06-03 14:21
>>123 $ sbcl
This is SBCL 1.0.57.0.debian, an implementation of ANSI Common Lisp.
More information about SBCL is available at <http://www.sbcl.org/>;.
SBCL is free software, provided as is, with absolutely no warranty.
It is mostly in the public domain; some portions are provided under
BSD-style licenses. See the CREDITS and COPYING files in the
distribution for more information.
* (defun foo (x y) (if (= x y) (sin x) (* y (cos x))))