Hacker News new | past | comments | ask | show | jobs | submit login

Quite a few errors for Haskell. 'n <- return 3' is NOT a way to create a mutable reference. Silly things like that are scattered all around.



I agree. The Lisp dialect page for example, has:

- inaccuracies (e.g. word separator in CL depends on current readtable), which is understandable given the very terse format

- missing cases (e.g. no compiler for CL?)

- and factually wrong elements (identifiers are case sensitive, but upcased while reading by default; they can starting with numbers, like 1+, etc.).

Fortunately there is a way to fix that: https://github.com/clarkgrubb/hyperpolyglot/issues


Nor is it a way to achieve anything useful. Might as well just write β€œlet n = 3”. :-p




Join us for AI Startup School this June 16-17 in San Francisco!

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: