issues
search
evhub
/
rabbit
Rabbit is a modern, functional programming language built on top of Python.
13
stars
1
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Fix parenthetical indentation processing
#137
evhub
opened
10 years ago
0
Document remaining undocumented features
#136
evhub
opened
10 years ago
0
Improve itemcalling utilities
#135
evhub
closed
10 years ago
1
Allow syntactic disabling of memoization
#134
evhub
closed
10 years ago
1
Check for starting lambdas in more places
#133
evhub
closed
10 years ago
0
Disallow currying if providing a list of arguments
#132
evhub
closed
10 years ago
0
Add a purify function
#131
evhub
closed
10 years ago
0
Check for and create compiled files when requiring
#130
evhub
opened
10 years ago
0
Add a way to hook cli and comp up to a single unix command
#129
evhub
opened
10 years ago
0
Fix dictionary/pair display issues
#128
evhub
opened
10 years ago
0
Prevent TLE inside of a try statement
#127
evhub
opened
10 years ago
0
Make the python function replace all parens
#126
evhub
opened
10 years ago
0
Add a function to solve matrices
#125
evhub
closed
10 years ago
0
Add hasattr and getattr equivalents
#124
evhub
closed
10 years ago
0
Give evalfuncs their own file
#123
evhub
closed
10 years ago
0
Prevent paren-calling from always setting unclean
#122
evhub
closed
10 years ago
0
When paren-calling a function, give it all the arguments
#121
evhub
closed
10 years ago
0
Don't instantiate a new matrix(0) every time none is needed
#120
evhub
opened
10 years ago
0
Remove hacky code
#119
evhub
opened
10 years ago
0
Add a way to mark wrapped methods as having side effects or not having side effects
#118
evhub
closed
10 years ago
0
Add __hash__ methods to all evaluator types
#117
evhub
closed
10 years ago
0
Put all extra comp functions into eval
#116
evhub
closed
10 years ago
0
Memoize often reused Python functions like prepare and getstate
#115
evhub
opened
10 years ago
0
Make e a global variable instead of a reference passed to objects
#114
evhub
closed
10 years ago
0
Add a way to pull in and wrap any item from the current python namespace
#113
evhub
closed
10 years ago
0
Add support for sets
#112
evhub
opened
10 years ago
0
Use a fresh evaluator when running other files
#111
evhub
closed
10 years ago
0
Allow custom methods to raise a not implemented error
#110
evhub
opened
10 years ago
1
Make strings only accept other strings for addition
#109
evhub
closed
10 years ago
0
Do subtraction like division with an equivalent of reciprocal
#108
evhub
closed
10 years ago
0
Remove all non-standard extra argument behaviour
#107
evhub
closed
10 years ago
0
Add more functional programming functions
#106
evhub
closed
10 years ago
2
Make brackets and tops format-aware
#105
evhub
closed
10 years ago
0
Use a try function instead of an initial colon for error catching
#104
evhub
closed
10 years ago
0
Improve lambda precedence
#103
evhub
closed
10 years ago
0
Add an aliases function
#102
evhub
closed
10 years ago
0
Add automatic aliasing statement functions
#101
evhub
closed
10 years ago
0
Make lambda coefficients act like normal coefficients
#100
evhub
closed
10 years ago
0
Add double angle bracketed code blocks
#99
evhub
closed
10 years ago
0
Add a pure statement
#98
evhub
closed
10 years ago
0
Prevent excessive checking from bad precedence management
#97
evhub
closed
10 years ago
0
Make brackets allow for none inside of them, and enforce one comma per element
#96
evhub
closed
10 years ago
0
Put list operators higher in precedence than boolean operators
#95
evhub
closed
10 years ago
0
Lexically scope variables defined in functions
#94
evhub
opened
10 years ago
0
Prevent spurious maximum recursion depth errors
#93
evhub
closed
10 years ago
0
Wrap indented code blocks in parentheses
#92
evhub
closed
10 years ago
1
Add support for optional type defs
#91
evhub
opened
10 years ago
1
Don't calculate debug output until it's needed
#90
evhub
opened
10 years ago
0
Test, optimize, and port code to something other than CPython
#89
evhub
opened
10 years ago
0
Make all operators redefinable
#88
evhub
opened
10 years ago
2
Next