Project

calvin

0.0
No commit activity in last 3 years
No release in over 3 years
Very terse programming language, inspired by APL/J/K.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0

Runtime

 Project Readme

Calvin Build Status

Calvin is a very terse programming language, inspired by APL/J/K.

Installation

Using Git (Recommended)

git clone https://github.com/utkarshkukreti/calvin.git
cd calvin
bundle install
rake install

From RubyGems

gem install calvin

Usage

Run

calvin

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