You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PRIMM is cool and we need a PoC for a web-based interface for it. Eventually it can consume from an API, but for now, we can just hardcode 5 examples or so.
Interface would be "here's a function"..."what do you think it will return?". Probably supply type item is better than select, but we can play with it.
After the user predicts, we just show the results...this can be hardcoded instead of needing a runtime, but with js that would be pretty easy. Also just as easy to store the function and result per input in the config.
The text was updated successfully, but these errors were encountered:
PRIMM is cool and we need a PoC for a web-based interface for it. Eventually it can consume from an API, but for now, we can just hardcode 5 examples or so.
https://computingeducationresearch.org/projects/primm/
Interface would be "here's a function"..."what do you think it will return?". Probably supply type item is better than select, but we can play with it.
After the user predicts, we just show the results...this can be hardcoded instead of needing a runtime, but with js that would be pretty easy. Also just as easy to store the function and result per input in the config.
The text was updated successfully, but these errors were encountered: