Hacker News new | ask | show | jobs
by leephillips 483 days ago
Can you expand on the intriguing comment that “because Julia allows to reify syntax as value-level objects, you can assemble Julia code that is custom optimized to run-time values” (ideally with an example)?
1 comments

I think he is talking about generated functions. I'll point you towards the docs.

https://docs.julialang.org/en/v1/manual/metaprogramming/

Seems plausible. Thank you.