@hayley Some lispers really do believe the lie that macros solve everything
Conversation
Notices
-
Embed this notice
Yukari Hafner (shinmera@mastodon.tymoon.eu)'s status on Tuesday, 09-Jul-2024 01:10:07 JST Yukari Hafner - :blobancap: :blobcattrans: :blobancap: :blobcattrans: :blobancap: :blobcattrans: likes this.
-
Embed this notice
Hayley (hayley@social.applied-langua.ge)'s status on Tuesday, 09-Jul-2024 01:10:08 JST Hayley "Well, okay, there was the discussion the other day that C compilers can pull out loop invariants and other things. I wonder if we can just do this through codewalkers, macros and Coalton/CLTL2."
holy shit I really hate it in CL implementation can we get On the expressive power of programming languages for optimisations, you absolutely cannot do that through local macros
edit: or I guess you *can* but you need to wrap everything and you're writing a less crap CL source to source compiler, in which case STOP DOING THAT