At my current job, I switch between coding in Perl,
Cadence_SKILL, and ZSH.
SKILL is a Lisp variant with the hacked-in option of specifying code in C-like syntax. So instead of
(car my_list)
we can also call it like
car(my_list)
In my opinion, probably the hardest thing about getting into a Lisp-like language is to change the way you think about solving problems. Akin to getting into Haskell, once you're tuned to a particular language, you will become very effective programming it.
Initially going from C to Lisp is not as trivial as C to Perl (or a shell language). For instance, to be effective in Lisp, you have to get out of the "array-index" mode of thinking. Instead, you would be thinking about "list decorations" and working with powerful "list mapping" functionality. In Lisp, you would enjoy well-defined function returns that make programming higher-order macros and recursive algorithms a breeze. At the very least, it would expand the way you think about problems. Then, you can come back and apply what you've learned to Perl.
My 2cents: Going from Bash/Perl to Lisp is a good idea.
By the way, I have always kept with Vim. However, it would be well worth your time to dabble with Emacs as an experiment vehicle to learning Lisp.
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.