Comment by asaka
12 hours ago
Working on goblin, a scripting language that compiles to Go.
The idea: dynamic + minimal syntax for scripting, but you get a single static binary and Go's concurrency primitives (goroutines/channels) for free. No runtime to ship, easy to deploy anywhere.
Intentionally few features, the goal is small and scriptable. Someone with programming experience should be able to pick it up in half an hour.
Still very early stage.
No comments yet
Contribute on Hacker News ↗