All Projects → mint-lang → Mint

mint-lang / Mint

Licence: bsd-3-clause
🍃 A refreshing programming language for the front-end web.

Programming Languages

crystal
512 projects
HTML
75241 projects

Projects that are alternatives of or similar to Mint

Kotlin Compile Testing
A library for testing Kotlin and Java annotation processors, compiler plugins and code generation
Stars: ✭ 245 (-93.21%)
Mutual labels:  compiler
Gatsby
Build blazing fast, modern apps and websites with React
Stars: ✭ 51,925 (+1339.56%)
Mutual labels:  compiler
Graphit
GraphIt - A High-Performance Domain Specific Language for Graph Analytics
Stars: ✭ 254 (-92.96%)
Mutual labels:  compiler
Phosphorus
JavaScript compiler for Scratch projects.
Stars: ✭ 250 (-93.07%)
Mutual labels:  compiler
Mtail
extract internal monitoring data from application logs for collection in a timeseries database
Stars: ✭ 3,028 (-16.05%)
Mutual labels:  compiler
Webpack
A bundler for javascript and friends. Packs many modules into a few bundled assets. Code Splitting allows for loading parts of the application on demand. Through "loaders", modules can be CommonJs, AMD, ES6 modules, CSS, Images, JSON, Coffeescript, LESS, ... and your custom stuff.
Stars: ✭ 60,034 (+1564.37%)
Mutual labels:  compiler
Zinc
Scala incremental compiler library, originally part of sbt
Stars: ✭ 246 (-93.18%)
Mutual labels:  compiler
Deepc
vendor independent deep learning library, compiler and inference framework microcomputers and micro-controllers
Stars: ✭ 260 (-92.79%)
Mutual labels:  compiler
Tools
The Rome Toolchain. A linter, compiler, bundler, and more for JavaScript, TypeScript, HTML, Markdown, and CSS.
Stars: ✭ 16,854 (+367.26%)
Mutual labels:  compiler
mint-realworld
Mint implementation of https://realworld.io frontend.
Stars: ✭ 46 (-98.72%)
Mutual labels:  mint-lang
Kaitai struct compiler
Kaitai Struct: compiler to translate .ksy => .cpp / .cs / .dot / .java / .js / .php / .pm / .py / .rb
Stars: ✭ 251 (-93.04%)
Mutual labels:  compiler
Hvcc
The heavy hvcc compiler for Pure Data patches.
Stars: ✭ 251 (-93.04%)
Mutual labels:  compiler
Next.js
The React Framework
Stars: ✭ 78,384 (+2073.11%)
Mutual labels:  compiler
Never
Never: statically typed, embeddable functional programming language.
Stars: ✭ 248 (-93.12%)
Mutual labels:  compiler
Ballerina Lang
The Ballerina Programming Language
Stars: ✭ 2,946 (-18.33%)
Mutual labels:  compiler
Artiq
A leading-edge control system for quantum information experiments
Stars: ✭ 245 (-93.21%)
Mutual labels:  compiler
Rust
Empowering everyone to build reliable and efficient software.
Stars: ✭ 61,546 (+1606.29%)
Mutual labels:  compiler
Duckuino
Simple DuckyScript to Arduino C converter.
Stars: ✭ 263 (-92.71%)
Mutual labels:  compiler
Cone
Cone Programming Language
Stars: ✭ 257 (-92.87%)
Mutual labels:  compiler
mint-ui
The UI library of Mint
Stars: ✭ 56 (-98.45%)
Mutual labels:  mint-lang

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

Project Status

The project is in development, we are still tweaking the language and standard library.

There are two bigger applications which can be used as examples / learning material:

It would be great if you could take part in this short survey to provide your feedback about Mint.

Installing

Follow these instructions

Documentation

Community

Questions or suggestions? Ask on Gitter channel, Discord, or Spectrum.

Also, visit Awesome Mint, to see more guides, tutorials and examples.

Contributing

Read the general Contributing guide, and then:

  1. Fork it (https://github.com/mint-lang/mint/fork)
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Ways you can contribute

  • use the language - this is the most helpful thing at this stage because we can discover bugs and missing features this way
  • documentation and website - the documentation always needs some work, if you discover that something is not documented or can be improved you can create a PR for it in the website repository
  • language features - if you have any idea about a new language feature, create a detailed issue about it with examples and description (why is it needed? what problems does it solve?)
  • code review - the compiler can use a thorough code review, also code reviews for PRs are welcome
  • standard library - the standard library is incomplete and needs a lot of work:
    • create modules for not yet implemented Web APIs (or a separate package)
    • Time module needs some rethinking and possibly a rewrite
    • a lot of modules like String, Dom, etc... are missing a lot of features, you can add new functions here (with tests)
  • write a package - if you have a feature you use and can be moved into a package it can be good for other developers
  • marketing - write blog posts and such to help others become aware of the language
  • compiler - there are a few issues that could be fixed and features that can be implemented in the compiler

Questions, Proposals?

Let's discuss in the Mint Gitter Lobby, otherwise please create at new issue

FAQ

Why functions called fun instead of function?

You can find an explanation in this issue: https://github.com/mint-lang/mint/issues/55#issuecomment-404886342

Why is the language called Mint?

You can find an explanation in this issue: https://github.com/mint-lang/mint/issues/53#issuecomment-404717310

What makes Mint unique?

You can find an explanation in this issue: https://github.com/mint-lang/mint/issues/70#issuecomment-412324721

Contributors

This project exists thanks to all the people who contribute.

Backers

Thank you to all our backers! 🙏 [Become a backer]

Sponsors

Support this project by becoming a sponsor. Your logo will show up here with a link to your website. [Become a sponsor]

License

FOSSA Status


CI Gitter chat Discord Join the community on Spectrum Backers on Open Collective Sponsors on Open Collective FOSSA Status

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].