Project

obtuse

0.0
No commit activity in last 3 years
No release in over 3 years
A Stack-oriented programming language, optimized for brevity.
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

Obtuse Build Status

Obtuse is a stack-oriented programming language, optimized for brevity.

Installation

Using Git (recommended)

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

Using RubyGems

$ gem install obtuse

Usage

Run

$ obtuse

to start the interactive REPL.

Documentation

Check out spec/obtuse_spec.rb for all functions and their outputs.

License

The MIT License.

Copyright (c) 2012, Utkarsh Kukreti.