-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Browser frontend #13
Comments
Some specific questions to answer:
|
Talked to @reinh on IRC, he proposed to add a React frontend if given a proper exchange format – awesome! |
Regarding evaluation model, I say start with (1) and we can add (2) over time. It'll be nice to see something quickly even if we can't work with every program. Regarding frontend: I do React for my day job atm so I would be most productive in that. I've done some tiny personal projects in Elm and Hello World apps with PureScript's pux and halogen so I don't have much experience but I do like both of those choices in theory. Regarding the wire format, I see a few obvious options:
XML could theoretically be better than JSON here if it had reasonable support on both ends but it doesn't... and also who wants to use XML, seriously. I think generic generation of ToJSON instances for a list of program states would be a reasonable first try for a wire format. |
|
Looking at the STG in a browser is probably nicer than in a console.
The text was updated successfully, but these errors were encountered: