Is the title grammatically correct ? A verb is missing, don't you think... My mother tongue is french, thus I may be missing some pun.
It was originally a meta-joke way of pointing out you'd left something out by intentionally leaving out the verb in the sentence where you pointed out you'd left something out. It's since become a meme of sort as a more general way to flag as a joke that you've done something "accidentally" where a fully formed sentence would be more ambiguous. E.g. "I accidentally created a scheme" might still not be entirely seriou…
I accidentally a scheme
41–50 of 143 posts
Re: I accidentally a scheme
#42Hurts my head reading the title
The title is from a meme. Like before the memes of today, when a meme was an image around a black frame with white text.
It usually goes "I accidentally a ".
Re: I accidentally a scheme
#43Note to self: learn a lisp. Lisp people appear to be having more fun than the rest of us.
Re: I accidentally a scheme
#44People 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…
A scheme is for life, not just for Christmas.
Re: I accidentally a scheme
#45As somebody with English as a second language, I hate it when "accidentally" is used as a verb.
Re: I accidentally a scheme
#46Re: I accidentally a scheme
#47Earlier quoted context omitted.
It was originally a meta-joke way of pointing out you'd left something out by intentionally leaving out the verb in the sentence where you pointed out you'd left something out. It's since become a meme of sort as a more general way to flag as a joke that you've done something "accidentally" where a fully formed sentence would be more ambiguous. E.g. "I accidentally created a scheme" might still not be entirely seriou…
This is the role "lol" used to play. "I accidentally created a scheme lol"
I seem to recall it from high school, and that was before mobiles were widespread.
Re: I accidentally a scheme
#48A lesson I learned long ago is that if something isn't fun, I need to turn it into a compiler. I want to frame this sentence and hang it on my wall.
Re: I accidentally a scheme
#49Earlier quoted context omitted.
This is the role "lol" used to play. "I accidentally created a scheme lol"
Doesn't "I accidentally a" predate lol? I seem to recall it from high school, and that was before mobiles were widespread.
Re: I accidentally a scheme
#50Earlier quoted context omitted.
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…
While I like Janet, and find it to be a lovely little language; I think it's important to note that it lacks lists and cons cells, and so as a result some people don't label it a lisp, and programming in it is unlike other lisp languages. It's similar, because the syntax is similar and the macros and various forms are lifted straight from lisps; but the feel of programming in it is very much like programming in C, an…