Skip to content
This repository has been archived by the owner on Feb 6, 2020. It is now read-only.

Latest commit

 

History

History
20 lines (12 loc) · 406 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 406 Bytes

Mint

Mint is a refreshing, strongly typed, expression-oriented programming language for the front-end web.

It tries to solve most common issues of Single Page Applications (SPAs):

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

While focusing on:

  • Developer happiness
  • Fast compilation
  • Readability