Dev Useful Stuff
2.02K subscribers
2 photos
337 links
Here you can find some interesting links to development libraries, frameworks, tools, plugins and articles
Download Telegram
​​Mint - a refreshing programming language for the front-end web, aiming to solve the most common issues of Single Page Applications (SPAs) at a language level:

● Reusable components
● Styling
● Routing
● Global and local state handling
● Synchronous and asynchronous computations that might fail

While focusing on:

● Developer happiness
● Fast compilation
● Readability

The project is available at GitHub (★485) and the current status is alpha.

The compiler is written in 💎 Crystal programming language.

#frontend #crystal #language
​​Haxe - (★ 3,1k on GitHub) is an open source high-level strictly-typed programming language with a fast optimizing cross-compiler.

Haxe can build cross-platform applications targeting JavaScript, C++, C#, Java, JVM, Python, Lua, PHP, Flash and allows access to each platform native capabilities. Haxe has its own VMs (HashLink and NekoVM) but can also run in interpreted mode.
Code written in Haxe can be compiled to any target Haxe supports.

#crossplatform #language