Codifide v4.0 is out — type enforcement, standard library, public registry #1
codifide
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Codifide v4.0
v4.0 is the usability release — closing the gap between research prototype and tool usable in the wild.
What shipped
Runtime type enforcement —
sigdeclarations are now enforced at every call boundary. Passing aStringwhereIntis declared raisesTypeViolation.Anyaccepts all values.Standard library — File I/O (
io.read,io.write,io.exists), HTTP (http.get,http.post), JSON (json.parse,json.encode), and date arithmetic (clock.today,clock.parse,clock.add_days,clock.format).Public registry — The canonical pipeline symbols are live at https://codifide.com/registry. Any agent can resolve them by hash:
Install
Full release notes
See the v4.0.0 release and CHANGELOG.md for the complete picture.
Questions, feedback, and bug reports welcome below.
Beta Was this translation helpful? Give feedback.
All reactions