All Projects → iitalics → Opal

iitalics / Opal

Simple and powerful programming language with type inference

Projects that are alternatives of or similar to Opal

Kea
Composable Functional Programming in R
Stars: ✭ 18 (-10%)
Mutual labels:  functional-programming
Cycle State Machine Demo
Non-trivial, real use case demo of a hierarchical state machine library with cyclejs
Stars: ✭ 25 (+25%)
Mutual labels:  functional-programming
Mappy
A functional programming language. Like LISP but focused around maps rather than lists.
Stars: ✭ 10 (-50%)
Mutual labels:  functional-programming
Txmonad
A toy xmonad
Stars: ✭ 22 (+10%)
Mutual labels:  functional-programming
Puddles
Tiny vdom app framework. Pure Redux. No boilerplate.
Stars: ✭ 24 (+20%)
Mutual labels:  functional-programming
Cfl
a Compileable statically typed Functional programming Language
Stars: ✭ 7 (-65%)
Mutual labels:  functional-programming
Kaur
A bunch of helper functions to ease the development of your applications.
Stars: ✭ 17 (-15%)
Mutual labels:  functional-programming
Bugz
🐛 Composable User Agent Detection using Ramda
Stars: ✭ 15 (-25%)
Mutual labels:  functional-programming
Elm Cheat Sheet
An overview of Elm syntax and features
Stars: ✭ 928 (+4540%)
Mutual labels:  functional-programming
Goderive
Code Generation for Functional Programming, Concurrency and Generics in Golang
Stars: ✭ 848 (+4140%)
Mutual labels:  functional-programming
Proppy
Functional props composition for UI components (React.js & Vue.js)
Stars: ✭ 921 (+4505%)
Mutual labels:  functional-programming
Union Js
🏷️ Tagged unions for vanilla JavaScript!
Stars: ✭ 24 (+20%)
Mutual labels:  functional-programming
Blog Src
Personal blog source.
Stars: ✭ 7 (-65%)
Mutual labels:  functional-programming
Es Cqrs Shopping Cart
A resilient and scalable shopping cart system designed using Event Sourcing (ES) and Command Query Responsibility Segregation (CQRS)
Stars: ✭ 19 (-5%)
Mutual labels:  functional-programming
Revery Playground
Live, interactive playground for Revery examples
Stars: ✭ 14 (-30%)
Mutual labels:  functional-programming
Serverless Aws Lambda Node Postgres
Serverless AWS Lambda with Node.js,Postgres Rest API with Sequelize.
Stars: ✭ 18 (-10%)
Mutual labels:  functional-programming
D4s
Dynamo DB Database Done Scala-way
Stars: ✭ 27 (+35%)
Mutual labels:  functional-programming
Mori Ext
Function bind syntax wrappers for mori
Stars: ✭ 15 (-25%)
Mutual labels:  functional-programming
Funktionale
Functional constructs for Kotlin
Stars: ✭ 879 (+4295%)
Mutual labels:  functional-programming
Purify
Functional programming library for TypeScript - https://gigobyte.github.io/purify/
Stars: ✭ 843 (+4115%)
Mutual labels:  functional-programming

Opal (version: 0.9.3)

Opal is a type inferred language that aims to be expressive and comfortable to use.

Goals

  • Powerful, expressive and safe type inference system
  • Simple syntax
  • Relatively fast runtime

Todo

  • Expand standard library
  • Compiler optimizations

Note

  • Opal has been compiled and tested in cygwin using g++ (version 4.9.3) and clang++ (version 3.5.2). It is not confirmed to be stable with mingw

License

This content is released under the (http://opensource.org/licenses/MIT) MIT License.

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].