0
I Use This!
Inactive

Commits : Listings

Analyzed about 7 hours ago. based on code collected 1 day ago.
Aug 28, 2025 — Aug 28, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge commit 'origin/master' More... almost 17 years ago
added a few more primitive words and added a stackd-version for project eulers first problem (http://projecteuler.net/) More... almost 17 years ago
new generated parser from grammer file More... almost 17 years ago
added **root_path** symbol to global scope, which holds the path to stackd's root dir. also fixed tab-completion method. More... almost 17 years ago
added list of children-scopes to Scope class. fixed Stackd::defined_symbols so that it also returns the symbols defined in child-scopes of the toplevel scope. this makes tab-completion in the repl work nicely :) More... almost 17 years ago
nicer repl with history & tab-completion :) More... almost 17 years ago
fixed error in Stack#check_empty More... almost 17 years ago
fixed literal boolean support in grammar More... almost 17 years ago
added support for inheritance with tuples. also updated examples/generics to make use of it & updated README. More... almost 17 years ago
Merge branch 'object-system' More... almost 17 years ago
use: only loads & evaluates given modules, if not loaded yet. More... almost 17 years ago
Merge branch 'object-system' More... almost 17 years ago
some nicer debug output. More... almost 17 years ago
Merge branch 'object-system' More... almost 17 years ago
Generic words & methods should work now. added GenericWord and GenericMethod classes for generic methods support. also updated examples.generics example code and moved with_args() to DS class. More... almost 17 years ago
fixed core.ruby#const_get More... almost 17 years ago
added language introduction documentation More... almost 17 years ago
started implementation of generic words. also added an example. More... almost 17 years ago
added core.ruby & core.math::PI More... almost 17 years ago
added core.console & tuple example. More... almost 17 years ago
added support for slot accessors. More... almost 17 years ago
Merge branch 'object-system' More... almost 17 years ago
added simple support for tuple instances & creating them via 'new' word. More... almost 17 years ago
strings are sequences as well More... almost 17 years ago
started to implement simple object system (tuples). more to come. More... almost 17 years ago
renamed runtime/datastack -> runtime/stacks added module definitions at top of all example files. More... almost 17 years ago
simplified Stack#take More... almost 17 years ago
fixed horrible implementation of map word. More... almost 17 years ago
added loop combinators, random word, and some more sequence words. More... almost 17 years ago
added 2dip as primitive and many more words to corelib. More... almost 17 years ago