Live data from Hacker News

The Janet Programming Language

janet-lang.org

61–70 of 124 posts

Re: The Janet Programming Language

#61
post #33

Just saying: in Flanders, 'janet' or 'jeanette' is an offensive slur for a homosexual man.

In Flanders, people think they speak much better English than they do. Janet and janet are pronounced differently.

I'm not saying they are pronounced the same way.

Re: The Janet Programming Language

#62

Earlier quoted context omitted.

Are they naming programming languages after their girlfriends and wives? :)

...or themselves, you sexist! (I jest. Three times, in fact.)

I forgot about that sorry. I know only of COBOL that is made by women all other programming languages are pretty much made by men.

Re: The Janet Programming Language

#64

Earlier quoted context omitted.

Are they naming programming languages after their girlfriends and wives? :)

Janet is a reference to The Good Place https://github.com/janet-lang/janet#why-is-it-called-janet

Huh, I thought given the logo it was a reference to Janet Jetson.

Re: The Janet Programming Language

#65
post #36

Interestingly when submitting the latest tar.gz to Virustotal, Microsoft claims it contains Wacatac.B!ml Submitting one file at at time doesn't trigger it. Even packing up all the binaries and submitting that doesn't trigger is (and neither does packing up the rest of the files abd submitting them.) So I'm going to ignore MS on this one since no one else found anything suspicious either.

I've submitted a ticket about this.

https://ibb.co/dQpKT3T

Re: The Janet Programming Language

#66
Janet is a cool language. Back in March, we managed to port it to Cosmopolitan Libc so you can build Janet code as an Actually Portable Executable. Here's the diff you need: https://github.com/janet-lang/janet/compare/master...ahgamut... The Janet team helped us identify a lot of things we needed improve with our C library implemention too! While we've ported other languages too, like Python, Lua, etc. those users will still owe much thanks to Janet.

Re: The Janet Programming Language

#67

Earlier quoted context omitted.

...or themselves, you sexist! (I jest. Three times, in fact.)

I forgot about that sorry. I know only of COBOL that is made by women all other programming languages are pretty much made by men.

Ada is named after a (the first) programmer… not somebody’s wife, daughter or sister.

Re: The Janet Programming Language

#68

Earlier quoted context omitted.

How Lua is viable in embedded? You mean microcontroller/low-level programming right?

Embedded is a fuzzy category, specs range from Lua is extremely lightweight and portable. The interpreter doesn't exceed 500 kb in the fattest build, and the used dialect is a strict subset of ANSI C that is equally comfortable running on mainframes as on Nintendo consoles. In short : If it has a C compiler and can spare 300 kb ram, it can run Lua. So people sometimes use it there.

>Embedded is a fuzzy category, specs range from After a career in embedded software, I'd have to say that I've only worked on a couple of products that had less oomph than a high-end PC of the same era.

Re: The Janet Programming Language

#69

Earlier quoted context omitted.

...or themselves, you sexist! (I jest. Three times, in fact.)

I forgot about that sorry. I know only of COBOL that is made by women all other programming languages are pretty much made by men.

Some of the earliest languages were made by women, as women were the original (human) computers and then the first programmers.

Re: The Janet Programming Language

#70
Why was Janet created? There must have been a purpose or niche that caused its inception. If the reason was, "I wanted to write a language," that's not enough to use it in certain situations.
Post reply on HN