pharaun / alldice

Restful interface to a dice expression eval and generator.
Apache License 2.0
0 stars 1 forks source link

Eventually provide a database of "dice programs" #15

Open pharaun opened 10 years ago

pharaun commented 10 years ago

Basically right now we are hard-coding some primtives and a form of standard library in a file that we load into the interpreter.

It would be pretty awesome to eventually look into a form of database in which we can store programs in the database and then call up these programs to composite larger program. This way that people can develop custom or weird dice programs that other people can then invoke.

Almost like moving (define func) into a database in which each row is a function or some such....