Live data from Hacker News

I quit my job to work on my programming language

jank-lang.org

31–35 of 35 posts

Re: I quit my job to work on my programming language

#32
post #3

From another independent language developer, good luck to you. I know this may not feel constructive but I'm going to say it anyway: the name of the language is a huge turnoff for me. I try to avoid janky things and use the word as a pejorative. It isn't that different to me than naming the language crap.

Like CockroachDB? Such names are memorable--you've already memorized it.

"Testacular" comes to my mind too

Re: I quit my job to work on my programming language

#33
post #29
post #14

Earlier quoted context omitted.

J is my name though!

Jet Jazz Just Jupiter Jalapeno JNet and similar Jumbo Jambo

I hate it when people name things random fun or clever words. It’s got to have some thought behind it. A name isn’t just a random label. That’s how you get variables all over your codebase named “stuff” and “thing” and “foo”.

Re: I quit my job to work on my programming language

#34
post #25

Love this, do you have an benchmarks around potential performance improvements over JVM clojure?

Fwiw, there is an LLVM implementation of Scala you might be able to get a general sense from. It surprised me to see that in some cases a hot JVM is actually faster than native-compiled code (although PGO/BOLT can probably get it closer.)
Post reply on HN