0.0
No commit activity in last 3 years
No release in over 3 years
Subtle is a Terse, Array based Programming Language, heavily inspired by the K Programming Language, and partly by APL and J.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

 Project Readme

Subtle Build Status

Subtle is a Terse, Array based Programming Language, heavily inspired by the K Programming Language, and partly by APL and J.

Installation

Using Git (Recommended)

git clone https://github.com/utkarshkukreti/subtle-lang.git
cd subtle-lang
bundle install
rake install

From RubyGems

gem install subtle-lang

Usage

Run

subtle

to start the interactive REPL.

Documentation

No docs yet, but the language is heavily tested.

Best way to learn more is to read the specs in spec/.

License

The MIT License

Copyright (c) 2012 Utkarsh Kukreti