Thanks,  Joe.

Before I continue,  may I point out that, for me,
"save link as" microj.cs produces a file with html bracketing.
I avoid the stuff, so don't know what it's called, but you
know what I mean - it starts, in a Notepad view, with

<!DOCTYPE html> <html lang="en" class=" is-copy-enabled">...

and the compiler objects verbosely!

So instead, I selected all the script as displayed at
   https://github.com/joebo/microj
and copied and pasted it into microj.cs . I was using Chrome.
I expect there's a Chrome tool which I don't know about.

Anyway - it doesn't crash on,  i.4 , for example, producing
the correct result.

Also:
a. - now doesn't crash but merely repeats the noun rather than its
value,  ie
   a.   NB. my input
a.    NB. microJ's output- perhaps a. is undefined?

   +/\ NB. with any or no argument
MicroJ.Verb   NB. as you expect

In the following, qqq and rrr are undefined:

   qqq NB. my input
qqq   NB. microJ's output - not "value error"?!

   qqq + rrr NB. my input
qqq    NB. shouldn't it be qqq + rrr,  parsing as a verb?

NB. a couple of lines - rrr still undefined
  qqq =: 2
2
   qqq + rrr
2    NB. should be 2 + rrr ?!

Just so's you know,  if you didn't already.

Thanks again,
Mike

On 08/07/2015 14:35, Joe Bogner wrote:
Hi Mike, thanks for the feedback. I implemented many of these items
this morning.. See below

On Wed, Jul 8, 2015 at 3:19 AM, Mike Day <[email protected]> wrote:
OK, Joe
I got it to compile and discovered that I had a c# compiler without
needing to load the SharpDevelop IDE - needed to adapt build.bat
a bit to hard-wire the folder locations. This is in WIndows 8.1

Thanks, yes the build.bat could probably be improved.

Anyway,  microj.exe runs ok in a cmd window.  It would be nice if
it didn't abort with i.10 (say),  seeming to require an embedded
space.
Fixed

The unadorned noun   a.   crashed.
Fixed


This behaviour was puzzling:
"
+/ i. 10
45
+/\ i. 10
MicroJ.Verb
"
This is because \ is not implemented yet so it returns an evaluated verb


It would be nice if it would not crash on unhandled exceptions!
Fixed!

Well done, and good luck with the project!
Thanks again
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm



---
This email has been checked for viruses by Avast antivirus software.
https://www.avast.com/antivirus

----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to