←back to thread

366 points nils-m-holm | 3 comments | | HN request time: 0.207s | source
1. Woodi ◴[] No.45073879[source]
When it will stop ? The minimal languages... To be useful for something language need to have at least minimal standard library.

Or just possibility to do syscalls to do something. What is more important then new syntax and sugar over basic instructions.

replies(2): >>45073908 #>>45073929 #
2. madmulita ◴[] No.45073908[source]
Do I need a standard library to learn how to implement a language?

Our objectives might, and most probably will, be different.

3. stellalo ◴[] No.45073929[source]
I don’t think the book aims at being “useful” in the usual sense of the term. Neither the minimal language it builds does.

(They are probably “useful” in the dissemination of what the real essence of computation can reduce to, in practical terms.)

Not everything needs to be useful in fact: certain things can be just enjoyed in their essence, just looked at and appreciated. A bit like… art?

I am implementing my own Scheme as well. Why? I don’t know, one needs to do things that serve no apparent purpose, sometimes.