Improve prelude #17
Labels
No Label
accepted
bug
clj
documentation
enhancement
errors
infrastructure
later
next
now
optimization
proposal
question
research
semantics
syntax
ux
vm
wontfix
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: twc/ludus#17
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
What functions do we need? What do we need them for? There's a lot to be desired in terms of a better prelude. Surface what we want, make it happen.
Also: keep things clean. Things feel kind of random in the Prelude right now.
Also also: maybe think with #4 and #5 to modularize the prelude (and make sure shadowing doesn't blow stuff up.) By which I mean: we need nested namespaces in the Prelude, so even if you shadow
eq?
you can getCore :eq?
just fine.