Is there a way to use js in PD like in Max (js object)? Thanks
2010/12/16 Dima Bak sounddesign3003@gmail.com:
Is there a way to use js in PD like in Max (js object)? Thanks
I think just python and lua (much better btw :-)
On Thu, 16 Dec 2010, Bernardo Barros wrote:
2010/12/16 Dima Bak sounddesign3003@gmail.com:
Is there a way to use js in PD like in Max (js object)? Thanks
I think just python and lua (much better btw :-)
python, lua, tcl, haskell, scheme, java, c#, etc. (there are several other lesser known and there exists no database of existing externals, so this is just by memory)
But there's nothing that allows you to write source code in a box... the closest is [expr].
| Mathieu Bouchard ---- tél: +1.514.383.3801 ---- Villeray, Montréal, QC
Java for PD:
http://www.le-son666.com/software/pdj/
On Fri, Dec 17, 2010 at 1:16 AM, Mathieu Bouchard matju@artengine.cawrote:
On Thu, 16 Dec 2010, Bernardo Barros wrote:
2010/12/16 Dima Bak sounddesign3003@gmail.com:
Is there a way to use js in PD like in Max (js object)? Thanks
I think just python and lua (much better btw :-)
python, lua, tcl, haskell, scheme, java, c#, etc. (there are several other lesser known and there exists no database of existing externals, so this is just by memory)
But there's nothing that allows you to write source code in a box... the closest is [expr].
| Mathieu Bouchard ---- tél: +1.514.383.3801 ---- Villeray, Montréal, QC
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
nice then!
2010/12/17 ALAN BROOKER alan.brooker2010@gmail.com:
Java for PD: http://www.le-son666.com/software/pdj/
On Fri, Dec 17, 2010 at 1:16 AM, Mathieu Bouchard matju@artengine.ca wrote:
On Thu, 16 Dec 2010, Bernardo Barros wrote:
2010/12/16 Dima Bak sounddesign3003@gmail.com:
Is there a way to use js in PD like in Max (js object)? Thanks
I think just python and lua (much better btw :-)
python, lua, tcl, haskell, scheme, java, c#, etc. (there are several other lesser known and there exists no database of existing externals, so this is just by memory)
But there's nothing that allows you to write source code in a box... the closest is [expr].
_______________________________________________________________________ | Mathieu Bouchard ---- tél: +1.514.383.3801 ---- Villeray, Montréal, QC
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
On Fri, 17 Dec 2010, ALAN BROOKER wrote:
Java for PD: http://www.le-son666.com/software/pdj/
Ah yeah, you can see on Pascal Gauthier's page (that page) that PDJ also supports JavaScript and any other language for which you can find an interpreter running on the JVM, and the example here is Rhino, a JavaScript interpreter.
| Mathieu Bouchard ---- tél: +1.514.383.3801 ---- Villeray, Montréal, QC
On 17 Dec 2010, at 13:40, Mathieu Bouchard wrote:
On Fri, 17 Dec 2010, ALAN BROOKER wrote:
Java for PD: http://www.le-son666.com/software/pdj/
Ah yeah, you can see on Pascal Gauthier's page (that page) that PDJ also supports JavaScript and any other language for which you can find an interpreter running on the JVM, and the example here is Rhino, a JavaScript interpreter.
And don't forget k_cext, which allows you type C code directly into an object box, compiles it and runs it when the object gets a passed a message!
Jamie
hmm.. sounds interesting do you have a link?
On Fri, Dec 17, 2010 at 5:01 PM, Jamie Bullock jamie@postlude.co.uk wrote:
On 17 Dec 2010, at 13:40, Mathieu Bouchard wrote:
On Fri, 17 Dec 2010, ALAN BROOKER wrote:
Java for PD: http://www.le-son666.com/software/pdj/
Ah yeah, you can see on Pascal Gauthier's page (that page) that PDJ also
supports JavaScript and any other language for which you can find an interpreter running on the JVM, and the example here is Rhino, a JavaScript interpreter.
And don't forget k_cext, which allows you type C code directly into an object box, compiles it and runs it when the object gets a passed a message!
Jamie
On 17 Dec 2010, at 18:08, ALAN BROOKER alan.brooker2010@gmail.com wrote:
hmm.. sounds interesting do you have a link?
It's in the pure-data svn repository on sourceforge under externals/k_cext
On Fri, Dec 17, 2010 at 5:01 PM, Jamie Bullock jamie@postlude.co.uk wrote:
On 17 Dec 2010, at 13:40, Mathieu Bouchard wrote:
On Fri, 17 Dec 2010, ALAN BROOKER wrote:
Java for PD: http://www.le-son666.com/software/pdj/
Ah yeah, you can see on Pascal Gauthier's page (that page) that PDJ also supports JavaScript and any other language for which you can find an interpreter running on the JVM, and the example here is Rhino, a JavaScript interpreter.
And don't forget k_cext, which allows you type C code directly into an object box, compiles it and runs it when the object gets a passed a message!
Jamie
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
On 17/12/10 01:16, Mathieu Bouchard wrote:
On Thu, 16 Dec 2010, Bernardo Barros wrote:
2010/12/16 Dima Bak sounddesign3003@gmail.com:
Is there a way to use js in PD like in Max (js object)? Thanks
I think just python and lua (much better btw :-)
python, lua,
tcl, haskell,
http://gitorious.org/pdhaskell
The pd<->haskell bridge I wrote has bitrotted for 3+ years, so, probably not any more (unless someone else forked it or wrote a new one). May be revived at some point, as hs-plugins has finally been updated to recent GHC versions...
scheme, java, c#, etc. (there are several other lesser known and there exists no database of existing externals, so this is just by memory)
I made a brainfuck interpreter as an abstraction, and I'm pretty sure it isn't the only one out there...
But there's nothing that allows you to write source code in a box... the closest is [expr].
http://claudiusmaximus.goto10.org/g/tech/lexpr-help.pd.png
[lexpr x -> (function(y) return x + y end)(x)] also works
Though, I just tried typing a ; in an [lexpr ...] box and pd froze, so, I have a bug to fix somewhere...
Claude