Chris Rink

Results 57 issues of 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/

issue-type:enhancement
lang

issue-type:enhancement
lang

issue-type:enhancement
lang

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...

issue-type:bug
component:compiler

`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

blocked

Fixes #526 TODO: - [ ] add support for true/false flags - [ ] remainder nargs - [ ] test exclusive-group

wip

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...

issue-type:bug
lang

# 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...

issue-type:enhancement
lang

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...

issue-type:enhancement
lang
component:compiler

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...

issue-type:enhancement
component:reader
component:compiler