Issues
- 0
Allow if/unless after arbitrary expressions
#58 opened by jaccomoc - 0
Enhancements to support Intellij plugin
#57 opened by jaccomoc - 0
- 0
Add groupBy() method to collections/iterators
#55 opened by jaccomoc - 0
Support do/until loops
#54 opened by jaccomoc - 0
Do block should return value of last expression
#53 opened by jaccomoc - 0
Add support for constant fields and variables
#51 opened by jaccomoc - 1
- 0
Byte values should be 0-255 and not negative
#52 opened by jaccomoc - 0
Invoking method on a primitive variable in outer-scope from within a closure leads to JVM validation error
#50 opened by jaccomoc - 0
Regex pattern string starting with '=' is treated as a string instead of a pattern
#49 opened by jaccomoc - 0
subList(0,0) should return empty list and substring(0,0) should return empty string
#48 opened by jaccomoc - 0
- 0
pow() method on long should not return an int
#45 opened by jaccomoc - 0
- 2
JDK8 support?
#44 opened by chenhougen - 0
Array equality is broken
#42 opened by jaccomoc - 1
Release 1.3.1
#41 opened by jaccomoc - 0
Bracketed expression as last expression on a line leads to error about expected end of statement
#40 opened by jaccomoc - 0
Converting regex capture variable to number can give NullPointerException for optional match
#39 opened by jaccomoc - 0
Better validation to prevent class name being allowed as expression value (which then leads to NullPointerException)
#38 opened by jaccomoc - 0
Support multi-declarations and multi-assignments
#37 opened by jaccomoc - 0
- 0
Add windowSliding() list method for generating sliding windows of sublists of given size
#35 opened by jaccomoc - 0
- 0
- 0
Documentation changes
#33 opened by jaccomoc - 1
Optimisations
#25 opened by jaccomoc - 0
- 0
- 0
- 0
Substring and subList functions should support 0 as end index when start index is negative
#22 opened by jaccomoc - 0
- 0
- 1
Error - No such field 'toJson'
#29 opened by vcottagiri - 0
JSON decoding for classes with base classes fails to initialise missing (optional) fields
#28 opened by jaccomoc - 0
Base class field initialisers not being invoked when using named arg constructor
#27 opened by jaccomoc - 1
Support checkpointing of execution state
#20 opened by jaccomoc - 0
- 0
Add byte and byte[] types to support binary data
#24 opened by jaccomoc - 0
Add '??' operator for existence test
#23 opened by jaccomoc - 0
Native support for JSON encoding and decoding
#16 opened by jaccomoc - 0
- 0
Add native array support
#17 opened by jaccomoc - 0
NullValue error when auto-creating list element at position less than size of list
#14 opened by jaccomoc - 0
Allow <=> comparator operator to work on lists
#13 opened by jaccomoc - 0
- 0
- 0
Command line scripts should use .jactlrc file to load additional jars and functions
#11 opened by jaccomoc - 0