Show HN: Ngn – a new back end programming language
2 days ago
- #Type Safety
- #Concurrency
- #HTTP
- Built-in HTTP Server with support for streaming, websockets, and server-sent events
- Concurrency features including channels and threads with 'await' syntax
- Shared, atomic state for safe mutation across threads and closures
- Extensibility allowing creation of custom methods for built-in types
- Type safety with aliases, unions, and other features
- Toolbox providing a standard library for math, HTTP, LLMs, and more