-
Updated
Nov 9, 2020 - Rust
{{ message }}
Issue #110 introduced type aliases to Mun - on a file-level. We want to extend this, such that - similar to Rust - Mun can support type aliases in a local scope:
type OtherTypeName = i32;
fn main() {
type Typename = OtherTypeName; // Type alias in local scope
let a: TyNatural language detection library for Rust. Try demo online: https://www.greyblake.com/whatlang/
SixtyFPS is a toolkit to efficiently develop fluid graphical user interfaces for any display: embedded devices and desktop applications. We support multiple programming languages, such as Rust, C++ or JavaScript.
This is something we need to have. While it does have some downsides in introducing bad practice behavior, it's pretty useful.
Given lib.wu with the following content:
bob := "BUILDER"
important_number: float = 100.0The following otherfile.wu ...
import lib { * }Should automatically generate the following import code in otherfile.lua:
A lightweight, elegant scripting language with built-in Rust-FFI.
An HTML abstraction focused on simplicity, with support for JavaScript and CSS. Perfect for experts and beginners!
An insanely simple self-hosted functional programming language
A high level programming language that compiles into the brainfuck esoteric programming language
Inko is a gradually-typed, safe, object-oriented programming language for writing concurrent programs. This is a read-only mirror of https://gitlab.com/inko-lang/inko
പൊളിസാധനം എന്നാണ് മലയാളമെങ്കിലും ഹിറ്റായ ഐറ്റം പൊളിസാനം എന്ന നാടൻ പ്രയോഗമാണ്. വേണമെങ്കില് pwoli_sanam എന്നാക്കാവുന്നതാണ്
A visual interpreter of the template instantiation machine to understand evaluation of lazy functional languages
The practical relational programing language for data-oriented applications
A statically structurally typed JIT-compiled programming language, mainly for embedding in other programs.
A simple Pascal interpreter written in rust.
Danube is a programming language strongly inspired by Rust, but it is an interpreter language without a lifetime and ownership model.
FunQy - A high-level hybrid quantum programming language
High-level procedural templating language
The Wright programming language (WIP)
A simple (almost)functional interpreted language made by Rust
Add a description, image, and links to the language topic page so that developers can more easily learn about it.
To associate your repository with the language topic, visit your repo's landing page and select "manage topics."
#306 addresses a term-precedence bug with exponentiation. However, we do not have an end-to-end test case for this.
It should be included, ideally for all operators.