Y
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
kelipso
483 days ago
I think he is talking about generated functions. I'll point you towards the docs.
https://docs.julialang.org/en/v1/manual/metaprogramming/
link
leephillips
483 days ago
Seems plausible. Thank you.
link
https://docs.julialang.org/en/v1/manual/metaprogramming/