[DiscordArchive] ah you mean like instead of just a template a small script?
[DiscordArchive] ah you mean like instead of just a template a small script?
Archived author: Deleted User • Posted: 2018-02-05T19:13:21.844000+00:00
Original source
ah you mean like instead of just a template a small script?
Archived author: Skarn • Posted: 2018-02-05T19:15:09.290000+00:00
Original source
yeah. like running some python on top of python code, if you know what I mean. for example, in python you can't parse a file format declaratively. You have to descirbe the way the object will be read and written. So, you end up with writing three methods per class representing the struct. When you are writing it, you are doing the same manual procedure of calling functions to read the type.
Archived author: Deleted User • Posted: 2018-02-05T19:21:41.957000+00:00
Original source
yea, that sounds like a neat idea
Archived author: Skarn • Posted: 2018-02-05T19:23:30.028000+00:00
Original source
I wonder if it is possible to write a plugin to do that
Archived author: Deleted User • Posted: 2018-02-05T19:23:58.447000+00:00
Original source
yea, should be possible
Archived author: Deleted User • Posted: 2018-02-05T19:24:09.338000+00:00
Original source
their plugin framework is pretty great