Hacker News new | ask | show | jobs
by gdotdesign 2048 days ago
I've build the backend of Base API, and the Mint programming language in it.

Base API runs on Heroku and it's memory consumption is really low (around 20Mb on average) also it's slug size is 3.3MB.

I think it's a really good language, the syntax is way more clearer then any of the other similar languages (Go, Rust, Nim).

It has two problems currently as far as I can tell: - Windows support - when it hits there is no reason for me to use anything else, I'll be able to write desktop applications in it with a Webview or CLI apps - Lack of mature libraries - in time I think this will remedy itself

Base API: www.base-api.io Mint: www.mint-lang.com