Rob Beezer
unread,Dec 6, 2024, 1:56:49 PM12/6/24Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to pretext-...@googlegroups.com
A #program can just be a blob of code, no structure. That was a recent
enhancement. Otherwise, to structure a #program, the main body of code went in
an #input (modeled on some early naming choices for #sage).
To allow more, and better, structure, #input is now #code. This is a cosmetic
change, and we will honor your intent indefinitely. So you will get (many?)
warnings, but there is no urgency.
Why? Andrew Scholer has made a lot of improvements for interactive programs and
this change will help make some of those new features more apparent for authors.
(Thanks, Andrew!) Announcement of these features coming next. (As usual,
please report any unintended chages on -support or -dev. Thanks.)
Rob