0
I Use This!
Inactive

Commits : Listings

Analyzed about 16 hours ago. based on code collected about 18 hours ago.
Jun 02, 2023 — Jun 02, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added rplacd and rplaca - in the arc-style (= (cdr x) '(3 4)) More... over 18 years ago
Fixed each and to so that keep and sum always work now. More... over 18 years ago
Removed comment More... over 18 years ago
Made SmallMap implement Map interface again so it could be used for newdb if the # of element is small (small is currently defined as 8 or less) More... over 18 years ago
Tightened up code a little More... over 18 years ago
Fixed with to handle sublists, changed man to use local helper fns More... over 18 years ago
Got closures working again, and optimized lexical lookup so it's not O(n) where n is the depth of the call stack. More... over 18 years ago
Removed debugging code More... over 18 years ago
Minor re-org to everything from recompiling every time. Added (man) and changed Env to handle recursion more efficiently. More... over 18 years ago
Repackaged again so it doesn't build everything every time! More... over 18 years ago
Reorganized the src tree so I don't have to copy files around when building. More... over 18 years ago
*** empty log message *** More... over 18 years ago
Added getClass so I can do more in Arc code, like (man) More... over 18 years ago
Cleaned up debugger launch now autoload is working More... over 18 years ago
Implemented auto-load and part of return for debugger More... over 18 years ago
Convert List to java.lang.String when calling Java methods More... over 18 years ago
Cleaned up tests. More... over 18 years ago
Don't convert nil to Java null when calling Java methods. Don't want null pointer exceptions printing nil. Not sure what to do if I ever need to pass a null to a java method... More... over 18 years ago
Optimizations: 1) Don't create a HashMap for a Map that will only have 1 or 2 entries 2) Cache java method lookups. More... over 18 years ago
Added regular expression matching. Perl-like More... over 18 years ago
Pattern matching works! More... over 18 years ago
Added keep and sum to each fn. Added to fn. More... over 18 years ago
Reimplemented break and cont without new classes, convert boolean when calling java methods and use String for irep of Str since StringBuffers aren't equal! More... over 18 years ago
Added char type More... over 18 years ago
Added break and cont to while More... over 18 years ago
Removed unneeded import More... over 18 years ago
Added prn macro - fixed bug in ,. expansion, changed Str to print ending \n as \ and then n More... over 18 years ago
Added irep fn to get at the internal Java representation of a Jarc object. Added cat (concat) as an Arc method. More... over 18 years ago
Convert Symbol to boolean when calling Java Methods More... over 18 years ago
Check superclasses also when looking for java methods More... over 18 years ago