-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
Hi, Haskell support? #7286
Comments
Welcome! 👋 Thanks for opening your first issue here! And to ensure the community is able to respond to your issue, please make sure to fill out the inputs in the issue forms. Thank you! |
This feels like maybe a good fit for a p5 addon library rather than a core feature. Has anyone made a JavaScript library to evaluate a string of haskell code? if so, your p5 addon would probably have to do that. If it has some way to expose outside js functions to the Haskell, your addon would have to grab the p5 functions and pass those in. For LaTeX support, @nickmcintyre made this test before that might be of interest: https://editor.p5js.org/mcintyre/sketches/wpmxTA50u |
Thanks!
Yes, I would think someone may have, I’ll probably do research on it later!
Just a side note, I’m thinking it could be done w/o eval() or system calls,
I do think it would be cool and beneficial either way. Yes, if I were to
make it p5 add on library seems proper.
Thanks again for your comments!
…On Tue, Sep 24, 2024 at 11:25 AM Dave Pagurek ***@***.***> wrote:
This feels like maybe a good fit for a p5 addon library
<https://github.com/processing/p5.js/blob/main/contributor_docs/creating_libraries.md>
rather than a core feature. Has anyone made a JavaScript library to
evaluate a string of haskell code? if so, your p5 addon would probably have
to do that. If it has some way to expose outside js functions to the
Haskell, your addon would have to grab the p5 functions and pass those in.
For LaTeX support, @nickmcintyre <https://github.com/nickmcintyre> made
this test before that might be of interest:
https://editor.p5js.org/mcintyre/sketches/wpmxTA50u
—
Reply to this email directly, view it on GitHub
<#7286 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A2XGD2MTCLKQ76TT3PIF2KTZYF75HAVCNFSM6AAAAABOYNBFJKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGNZRGYZDMOBSGM>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Since this won't be a core feature, I'm going to close this issue for organizational purposes, but we have a p5 discord you can join if need any advice while making the library, or need any debugging help! https://discord.gg/SHQ8dH25r9 |
Increasing access
Hi, I'm no elietest Haskell developer, lol. Maybe I'll add an addon eventually. Not a parser for Haskell, but I'd like to contribute something like Haskell+p5js. It's beyond me, but LaTeX support in some relationship to this would be really cool. Lastly, LaTex+Haskell+p5js???
Most appropriate sub-area of p5.js?
Feature request details
If I can, and I probably can't. I'd love love love to add a Haskell parser, ie. "let code = "". I realize this particular thing may not be possible, at least not for me. Any suggestions (except just "link a haskell.js") I'd love to hear.
The text was updated successfully, but these errors were encountered: