0.5.0 - 2021-09-17 #9
mitchpaulus
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Added
Added new dedicated operators for mapping, filtering, and piping. The operators are
|=
,|>
, and->
.Added new possible terminator for idf objects,
$
. This is important when building objects that can have arbitrary lengths, such asWall:Detailed
. There will likely be a different allowed character for aesthetic purposes in future version.Added range syntax. Can quickly make lists with integers like
0..10
.New log statement. Allows for simple debugging. Prints value of an expression to standard error.
Documentation is now available in HTML form. See it live at neobem.io.
Changed
BREAKING: The order of the parameters for the
map
andfilter
function have swapped. Old programs will have to swap the order or move to the more concise operators|=
and|>
.BREAKING: The order of the parameters for the
join
function has swapped. Old programs will also have to swap this.Fixed
This discussion was created from the release 0.5.0 - 2021-09-17.
Beta Was this translation helpful? Give feedback.
All reactions