LiteSVM / litesvm

Apache License 2.0
68 stars 11 forks source link

Add `add_program_from_file` #24

Closed kevinheavey closed 4 months ago

kevinheavey commented 5 months ago

This would just be a convenient wrapper around store_program (or add_program if we rename it per #23)

Aursen commented 5 months ago

I will do a macro for it

kevinheavey commented 5 months ago

Why a macro?

Aursen commented 5 months ago

Lighten the syntax a little, use a macro to add a program, deploy (from a file, etc.). More painful for the different langage binding