Menu

#8 Parsing string from 2APL to Java

open
nobody
Other (4)
5
2012-08-07
2012-08-07
No

Parsing a string from 2APL to Java will add single quotes to the string, while they are not necessary in Java and cause confusion. I would suggest to never have quotes around strings when going from 2APL to Java, even if they are there in Prolog. So a string 'this string' that is given as the argument of an external event will be parsed as this string in Java.

Discussion


Log in to post a comment.

MongoDB Logo MongoDB