How many of the primitive verbs / adverbs are you intending to implement? Also, will it be able to call .Net functions? e.g. If I want to do something with System.Security.Cryptography, I'm wondering if I could call some classes and functions in microJ.
Another random thought, it would be interesting to see a version of J that compiled to IL (e.g. IronPython etc) or even Java bytecode. Not sure how practical that is, but it seems like a huge project. > Date: Tue, 7 Jul 2015 18:46:46 -0400 > From: [email protected] > To: [email protected] > Subject: Re: [Jchat] MicroJ - a small implementation of J in C# > > Hi Jon, > > Thanks for the feedback. > > I probably won't do any with p and q in the near term. I have rarely used > either in J. I am sure it can be added though if the demand is there > > I agree about compiling into a library. I will need to do that to use it on > the web. I will probably split out the REPL into repl.cs and link to > microj.cs as a library. You can also just drop the file into a project > > Thanks > On Jul 7, 2015 6:31 PM, "Jon Hough" <[email protected]> wrote: > > > Looks very interesting. > > > > How are you implementing (or going to implement) p and q ? > > I would be interested in seeing how you do > > that. > > Just a random thought. . . It would be good to be able to compile microj > > into a dll. > > > > --- Original Message --- > > > > From: "Joe Bogner" <[email protected]> > > Sent: July 8, 2015 5:29 AM > > To: "Chat forum" <[email protected]> > > Subject: [Jchat] MicroJ - a small implementation of J in C# > > > > I have a work-in-progress implementation of J in C# that I thought > > would be useful to share. It's actively being worked on, but it's to a > > point where it's useful enough to play with. I figured others may be > > interested in seeing it. > > > > https://github.com/joebo/microj > > > > Feedback is welcome > > ---------------------------------------------------------------------- > > For information about J forums see http://www.jsoftware.com/forums.htm > > ---------------------------------------------------------------------- > > For information about J forums see http://www.jsoftware.com/forums.htm > > > ---------------------------------------------------------------------- > For information about J forums see http://www.jsoftware.com/forums.htm ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
