Hacker News new | ask | show | jobs
by vdaniuk 3753 days ago
Robert Virding has just announced the release on twitter https://twitter.com/rvirding/status/710259707819249664

I feel that this LFE release further validates BEAM as a promising platform for future development of new programming languages. Also I look forward to reading SICP converted to LFE. Available chapters can be found here https://www.gitbook.com/book/lfe/sicp

1 comments

Given you mentioned SICP... SICP is cool for its math and its puzzle-like problems, but I found http://scheme.com/tspl4/ a much better introduction to Scheme and more likely to help me solve problems with Scheme in the real world (i.e. a good reference book).