Release v0.4.0 #1270
chrisrink10
announced in
Announcements
Release v0.4.0
#1270
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Added
from ... import ...
(Feature request: Add support for:refer
option inimport
#1154)basilisp.url
namespace for structured URL manipulation (basilisp.url
namespace #1239):slots
meta flag fordeftype
to disable creation of__slots__
on created types (Support creating types viadeftype
without__slots__
#1241)aslice
macro to facilitate the use of Python stylearray[start:stop:step]
slicing in Basilisp (Proposal: addaslice
macro to facilitate Python slicing syntax #1248)IPending
interface which is implemented by delays, futures, and promises (AddIPending
interface #1260)basilisp.pprint
namespace (basilisp.pprint
namespace #513)Changed
iterator-seq
to explicitly handle them (Unexpected behavior when passing a Python generator to amap
#1192)basilisp.core/str
now delegates to the builtin Pythonstr
in all cases except for customizing the string output for builtin Python types (Cannot override the__str__
for a records or deftypes #1237)seq
upfront (optimisation: standard library seq functions should coerce inputs before using them #1234)awith
andafor
towith-async
andfor-async
for improved clarity (Proposal: addaslice
macro to facilitate Python slicing syntax #1248)basilisp.main.init
will only initialize the runtime environment on the first invocation (feature request: seamless import of Basilisp libraries in Python with implicit bootstrapping #1242)Fixed
:refer
a non-existent Var from another namespace would throw an unhelpful exception (Error message on non-existentrefer
Var is not helpful #1231)(range 0)
would return(0)
rather than than()
as expected (basilisp.pprint
namespace #1258)New Contributors
every? some?
withevery? identity
#1245Full Changelog: v0.3.8...v0.4.0
This discussion was created from the release Release v0.4.0.
Beta Was this translation helpful? Give feedback.
All reactions