2021年4月24日星期六

Does Julia have function decorators?

In some languages (like Python) there are function decorators which appear like macros and sit above a function definition. Decorators provide some additional functionality to the function itself.

Does Julia support this idea of function decorators in any way? Would it be possible to use macros to accomplish the same goal?

https://stackoverflow.com/questions/67249564/does-julia-have-function-decorators April 25, 2021 at 11:43AM

没有评论:

发表评论