Latest Tech News

Stay updated with the latest in technology, AI, cybersecurity, and more

Filtered by: lobster Clear Filter

The Lobster Programming Language

The Lobster Programming Language Lobster is a programming language that tries to combine the advantages of static typing and compile-time memory management with a very lightweight, friendly and terse syntax, by doing most of the heavy lifting for you. While it is a general purpose language, its current implementation is biased towards games and other graphical things, with plenty of “batteries included” functionality. Lobster is Open Source (Apache v2 license) and can be found on github. Onli