issues
search
basilisp-lang
/
basilisp
A Clojure-compatible(-ish) Lisp dialect targeting Python 3.9+
https://basilisp.readthedocs.io
Eclipse Public License 1.0
290
stars
8
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Fix a bug where integer results of integer division are always returned as fractions
#1141
chrisrink10
closed
3 hours ago
0
Integer division always returns a `fractions.Fraction` even if the result is a whole integer
#1140
chrisrink10
closed
3 hours ago
0
custom data readers loader should not recurse further than first subdirectories of sys.path
#1139
ikappaki
closed
5 hours ago
1
Fix issues with `condp` macro
#1138
chrisrink10
closed
1 day ago
0
Issues with `condp`
#1137
chrisrink10
closed
1 day ago
0
Add the `basilisp.process` namespace
#1136
chrisrink10
opened
1 day ago
0
significant degredation of basilisp bootstrap start up time with large syspaths
#1135
ikappaki
closed
5 hours ago
4
Support publishing to PyPI using the trusted publisher mechanism
#1134
chrisrink10
closed
2 days ago
0
`keyword` and `symbol` functions should treat strings as potentially namespaced
#1133
chrisrink10
closed
2 days ago
0
Do not attempt to resolve symbols in data reader tags
#1132
chrisrink10
closed
2 days ago
0
inconsistent keywordization of strings containing slashes
#1131
ikappaki
closed
2 days ago
2
Issue with using `await` in a `case` form within an async function
#1130
ikappaki
closed
5 hours ago
4
Issue with #py data reader tag in macros
#1129
ikappaki
closed
2 days ago
0
Prepare for release v0.3.2
#1128
chrisrink10
closed
1 week ago
0
Fix `basilisp test` CLI command to pass remaining args to PyTest
#1127
chrisrink10
closed
1 week ago
1
Add support for creating reader conditionals
#1126
chrisrink10
closed
1 week ago
0
Add support for constructing reader conditionals
#1125
chrisrink10
closed
1 week ago
0
Preserve collection metadata in `basilisp.walk/walk`
#1124
chrisrink10
closed
1 week ago
0
`walk` doesn't preserve metadata
#1123
chrisrink10
closed
1 week ago
1
Fix CLI test argument parsing
#1122
chrisrink10
closed
1 week ago
0
Fix a bug where unknown data readers in non-selected reader conditional branches prevented reading altogether
#1121
chrisrink10
closed
1 week ago
0
Prepare for release v0.3.1
#1120
chrisrink10
closed
1 week ago
0
cli command basilisp test does not work with Python 3.12.7
#1119
ikappaki
closed
1 week ago
11
Unknown data readers in non-selected reader conditional paths can prevent reading
#1118
chrisrink10
closed
1 week ago
0
Add support for a subset of qualified method syntax introduced in Clojure 1.12
#1117
chrisrink10
closed
2 days ago
0
Add support for the `:param-tags` reader metadata syntax
#1116
chrisrink10
closed
2 weeks ago
0
Preserve metadata on collection operations
#1115
chrisrink10
closed
2 weeks ago
0
Support reducing Records by `reduce-kv`
#1114
chrisrink10
closed
2 weeks ago
0
Replace Safety with Bandit
#1113
chrisrink10
closed
2 weeks ago
0
Allow `:` characters in symbol and keyword names and namespaces
#1112
chrisrink10
closed
2 weeks ago
0
Support `:param-tags` metadata reader form
#1111
chrisrink10
closed
2 weeks ago
0
`IDrop` interface for efficient dropping and partition
#1110
chrisrink10
opened
2 weeks ago
0
Support for qualified method names
#1109
chrisrink10
closed
2 days ago
0
`basilisp.process` namespace
#1108
chrisrink10
opened
2 weeks ago
0
Support for "tools"
#1107
chrisrink10
opened
2 weeks ago
0
Add functions for adding library during interactive development
#1106
chrisrink10
opened
2 weeks ago
0
Symbols (and keywords) may not contain the `:` character
#1105
olavfosse
closed
2 weeks ago
3
Add support for tagged literals
#1104
chrisrink10
closed
2 weeks ago
0
Metadata isn't preserved on collection operations
#1103
djblue
closed
2 weeks ago
1
`reduce-kv` doesn't appear to work on records
#1102
djblue
closed
2 weeks ago
1
Add tagged-literal support
#1101
djblue
closed
2 weeks ago
6
Allow `reify` types to be mutable to avoid `FrozenInstanceError` from attrs
#1100
chrisrink10
closed
3 weeks ago
0
Fix v0.3.0 release
#1099
chrisrink10
closed
3 weeks ago
0
Prepare for Release v0.3.0
#1098
chrisrink10
closed
3 weeks ago
0
Support importing `.cljc` files
#1097
chrisrink10
closed
3 weeks ago
0
Add support for cljc files
#1096
djblue
closed
3 weeks ago
3
Set *print-length* default value to nil instead of 50
#1095
ikappaki
closed
3 weeks ago
2
vector pr-str
#1093
FalseProtagonist
closed
3 weeks ago
5
How to read a property at `[index, string]`?
#1092
johnjelinek
closed
3 weeks ago
6
Fix multiple issues with destructuring
#1091
chrisrink10
closed
1 month ago
0
Next