Chris Rink
Chris Rink
Clojure [release notes about datafy](https://github.com/clojure/clojure/blob/master/changes.md#26-datafy-and-nav) ``` clojure.datafy/datafy clojure.datafy/nav ``` https://corfield.org/blog/2018/12/03/datafy-nav/
Required names and aliases do not resolve if they are not first imported top-level: ``` basilisp.user=> (do (require '[clojure.set :as set]) set/union) Traceback (most recent call last): File "/Users/christopher/Projects/basilisp/src/basilisp/cli.py", line...
`Generic` throws an exception when receiving a `ParamSpec` in all versions of `typing` before Python 3.10, including with `typing_extensions`, so this could not be included in #784
Fixes #526 TODO: - [ ] add support for true/false flags - [ ] remainder nargs - [ ] test exclusive-group
In Clojure, `(print-str #uuid "...")` produces `#uuid "..."` but in Basilisp `print-str` is tied directly to `str` (which in Clojure simply returns the string part of the UUID). I'm not...
# Vars ## To Be Added Function groups for which no specific ticket was yet filed and which still have not been added. ### Chunking ``` chunk chunk-append chunk-buffer chunk-cons...
The existing tracebacks printed for errors in Lisp code tend to point to a lot of Python code and often have duplicated frames (by line number), which is a little...
Every time we want to add a new reader macro to Basilisp, changes need to be made to the reader, analyzer, and generator to support those changes. However, it would...