The Lobster Programming Language
91–100 of 171 posts
Re: The Lobster Programming Language
#92google+?
Re: The Lobster Programming Language
#93Re: The Lobster Programming Language
#94Hi, author of the language here. Not a great time for HN exposure, as I just added a lot of new functionality, but none of that is documented yet :) But hey, all publicity is good publicity? For those interested, some recent things that have been happening: - Compile time reference counting. This does an analysis similar to the Rust borrow checker to infer lifetimes, but unlike Rust doesn't make the programmer jump t…
... unless it's an obituary :)
(an old joke)
Re: The Lobster Programming Language
#95Re: The Lobster Programming Language
#96Re: The Lobster Programming Language
#97Re: The Lobster Programming Language
#98Re: The Lobster Programming Language
#99Hi, author of the language here. Not a great time for HN exposure, as I just added a lot of new functionality, but none of that is documented yet :) But hey, all publicity is good publicity? For those interested, some recent things that have been happening: - Compile time reference counting. This does an analysis similar to the Rust borrow checker to infer lifetimes, but unlike Rust doesn't make the programmer jump t…
Re: The Lobster Programming Language
#100Did you create a VM that is several times faster than Python's, for a static typed language thats as productive as a dynamic language, with true multithreading? How did you outdo entire language communities?