Is this how "the good place" is built and run?
The Janet Programming Language
21–30 of 124 posts
Re: The Janet Programming Language
#22Re: The Janet Programming Language
#23janet, natalie, julia ...
Are they naming programming languages after their girlfriends and wives? :)
Re: The Janet Programming Language
#24That's a weird language. At first glance it looks like a hyper-imperative lisp (except turns out it doesn't Process LISts).
It's dead easy to get started. If you want to spend an hour playing with a "lisp" you're only a small download away. Clojure could learn a thing of two from this.. It's also not dogmatic. You can use mutable and immutable versions of the same data structure. Docs are concise: https://janet-lang.org/docs/index.html Full API is here: https://janet-lang.org/api/index.html [edit] I fully agree that "getting started" on C…
- click here[0]
- click on SSO provider
More information here[1]. Of course, it'd be better to just use the Calva plugin with VSCode. That's a bit more than 2 clicks, maybe about 5.
On another hand, I don't mean to say that it's easy to start programming on Clojure, merely that it's now easy to try it out. There's a steeper learning curve than python or JavaScript, specially on the tooling side.
[0] https://gitpod.io/#https://github.com/PEZ/get-started-with-c...
Re: The Janet Programming Language
#25Re: The Janet Programming Language
#26next up, a highly opinionated language called "Karen"!
Re: The Janet Programming Language
#27Earlier quoted context omitted.
> 'Think Lua' is not an good explanation. Do you have reading comprehension issues that you mistake examples for explanations and are blind to the actual explanations surrounding the examples? > I mean if I want Lua, I use Lua. That I know about Lua doesn't mean I want Lua. Hell, that I wanted lua in the past doesn't mean I'm closed to replacing it with something else. Given how well-known Lua is in the space, "think…
Who knows? But could you point exactly to where it says why I should care about this language? Let's say I want to convince a cto to adopt it, what would be the edge one could/would gain? Maybe it has some exceptional libraries? Or GC pauses are deterministic, or whatever. I mean this landing page is/should be their 2 minutes sales pitch.
Some people simply enjoy computers and are not looking for external validation.
Spin up your jvm/.net bloatware and code yet another CRUD application and leave us alone.
Re: The Janet Programming Language
#28janet, natalie, julia ...
Re: The Janet Programming Language
#29Earlier quoted context omitted.
Who knows? But could you point exactly to where it says why I should care about this language? Let's say I want to convince a cto to adopt it, what would be the edge one could/would gain? Maybe it has some exceptional libraries? Or GC pauses are deterministic, or whatever. I mean this landing page is/should be their 2 minutes sales pitch.
It’s not like they are trying to sell anything. And who cares what your CTO wants to adopt? Some people simply enjoy computers and are not looking for external validation. Spin up your jvm/.net bloatware and code yet another CRUD application and leave us alone.
Re: The Janet Programming Language
#30Earlier quoted context omitted.
I disagree. 'Think Lua' is not an good explanation. I mean if I want Lua, I use Lua.
FWIW, Janet's creator previous project was Fennel[0], a lisp that compiles to Lua. [0] https://github.com/bakpakin/Fennel