My experience with Lisp is actually just with Scheme...but I can truthfully say it was one of my favorite languages to code in. I don't know why, and I can't point to anything specific, but I find the code very clean in a way. I probably couldn't write "hello world" now because it's been a long time since I wrote any Scheme code, but at the time I really enjoyed it.
That being said, by far the *easiest* language I've ever learned was Vim script. A good portion of this learning ease comes from the fact that so much of Vim script is just made up of commands that you use (or could use) every day to control the editor from the command line. I learned a lot of my Vim script just in learning to use Vim. Obviously some things are inconvenient or impossible to use from the command line, but even those are easy to understand. If you don't get it right away from context, you can learn all about it right from your text editor by accessing the appropriate :help page. --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
