I accidentally a scheme
21–30 of 143 posts
Re: I accidentally a scheme
#22Note to self: learn a lisp. Lisp people appear to be having more fun than the rest of us.
There's literally dozens of us! If you're serious about learning a Lisp but motivated more by, as you say, "having more fun" rather than, say, landing a six-figure job writing it professionally... then may I recommend Janet[0] for your consideration. Janet is an embeddably-small, yet surprisingly batteries-included Lisp implemented in pure C. In terms of syntax and core library it borrows more directly from Clojure t…
Re: I accidentally a scheme
#23Is the title grammatically correct ? A verb is missing, don't you think... My mother tongue is french, thus I may be missing some pun.
Re: I accidentally a scheme
#24Is the title grammatically correct ? A verb is missing, don't you think... My mother tongue is french, thus I may be missing some pun.
Does he regularly a scheme? Or did he do it in the past? Both!
Re: I accidentally a scheme
#25Is the title grammatically correct ? A verb is missing, don't you think... My mother tongue is french, thus I may be missing some pun.
Re: I accidentally a scheme
#26Re: I accidentally a scheme
#27Note to self: learn a lisp. Lisp people appear to be having more fun than the rest of us.
There's literally dozens of us! If you're serious about learning a Lisp but motivated more by, as you say, "having more fun" rather than, say, landing a six-figure job writing it professionally... then may I recommend Janet[0] for your consideration. Janet is an embeddably-small, yet surprisingly batteries-included Lisp implemented in pure C. In terms of syntax and core library it borrows more directly from Clojure t…
Because it's not built around linked lists, the core type most encountered for lists of data is arrays and tuples. Neither is conducive to efficiently removing elements mid-set, or composing two sets, or interleaving two sets, or other operations that require reordering, replacing, adding or removing elements in the set. When I'm writing code in lisp I don't think about that overhead much, because for linked lists it's not an issue.
Re: I accidentally a scheme
#28Is the title grammatically correct ? A verb is missing, don't you think... My mother tongue is french, thus I may be missing some pun.
Re: I accidentally a scheme
#29People accidentally a scheme all the time. I first accidentalled a scheme in high school. I learned about S-types, which were to Lisp what JSON is to JavaScript. I made a language around then. Oops. Some would argue Brendan Eich of Netscape accidentalled a scheme in JavaScript, but others would argue that he didn't. Most accidental schemes are pretty bad, and the original JavaScript fits the bill, or it doesn't, depe…
I think Eich intentionallyed a scheme.
Re: I accidentally a scheme
#30Earlier quoted context omitted.
The verb seems to be "a". Does he regularly a scheme? Or did he do it in the past? Both!
The verb is "accidentally", actually!