Skip to content

feat: Update Hyrule builtins for Hyrule 1.0.1#35

Open
atisharma wants to merge 1 commit into
hylang:masterfrom
atisharma:feature/update-builtins-2026-05-14
Open

feat: Update Hyrule builtins for Hyrule 1.0.1#35
atisharma wants to merge 1 commit into
hylang:masterfrom
atisharma:feature/update-builtins-2026-05-14

Conversation

@atisharma

Copy link
Copy Markdown

Remove builtins that are removed in current Hyrule:

  • defn/a+, fn/a+
  • postwalk, prewalk, walk
  • profile/calls, profile/cpu
  • with-gensyms

Add builtins that are now part of Hyrule:

  • recur
  • def-gensyms

Update version comments to reflect current Hy/Hyrule.

Remove builtins that no longer exist:
- defn/a+, fn/a+ (removed in current Hyrule)
- postwalk, prewalk, walk (removed in current Hyrule)
- profile/calls, profile/cpu (removed in current Hyrule)
- with-gensyms (removed in current Hyrule)

Add builtins that are now part of Hyrule:
- recur (used with loop for tail-call optimization)
- def-gensyms (macro tool for defining gensyms)

Update version comments to reflect current Hy/Hyrule.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant