Will

The interpreter is in C#. 
The compiler is in UniVerse - I know that seems mad but there are good
architectural reasons.

That's all I'm going to say for now - there are a couple of sites using it
but everyone else will have to wait until the new year.

Brian

-----Original Message-----
From: u2-users-boun...@listserver.u2ug.org
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Wjhonson
Sent: 13 December 2011 17:19
To: u2-users@listserver.u2ug.org
Subject: Re: [U2] Is SB+ object-oriented?

In what language is the interpreter / compiler for your new dev
environment.... written ?



-----Original Message-----
From: Brian Leach <br...@brianleach.co.uk>
To: 'U2 Users List' <u2-users@listserver.u2ug.org>
Sent: Tue, Dec 13, 2011 7:35 am
Subject: Re: [U2] Is SB+ object-oriented?


And FWIW my new dev environment, on general release early next year, uses a
lient side language modelled on UniVerse Basic but with component and event
riented features...
Hideously contrived example follows -
* get the author id from a selection dialog
uthor = This.AUTHOR.Text
f Author = "" Then
  STOP
nd
* pointless validation to prove a point
ead AuthorRec From U2_AUTHORS, Author Else
  ShowMessage "Not a known author"
  STOP
nd
* change the selection command property for a report
CL = 'SSELECT U2_BOOKS'
CL := ' WITH AUTHOR_ID = "': OConv(Author, "MCU"):'"'
BookList.Command = TCL
* run it ..
ookList.Run()
* how about saving the results?
ookList.SaveToFile("c:\temp\mybooks.txt")

and so forth - you get the idea)
I did the same for an older - now defunct - Windows 4GL many years ago as a
ay of helping UniVerse developers bridge the gap. Seemed like a good time
o resurrect it in my new toolkit.
:)
Brian 
-----Original Message-----
rom: u2-users-boun...@listserver.u2ug.org
mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Ross Ferris
ent: 13 December 2011 03:18
o: U2 Users List
ubject: Re: [U2] Is SB+ object-oriented?
Yes - is also supported "for real" within Cache & QM
Ross Ferris
tamina Software
isage > Better by Design!

----Original Message-----
rom: u2-users-boun...@listserver.u2ug.org
mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Wjhonson
ent: Tuesday, 13 December 2011 7:17 AM
o: u2-users@listserver.u2ug.org
ubject: [U2] Is SB+ object-oriented?

an Pick BASIC code simulate an object oriented environment?
_______________________________________________
2-Users mailing list
2-us...@listserver.u2ug.org
ttp://listserver.u2ug.org/mailman/listinfo/u2-users
______________________________________________
2-Users mailing list
2-us...@listserver.u2ug.org
ttp://listserver.u2ug.org/mailman/listinfo/u2-users

______________________________________________
2-Users mailing list
2-us...@listserver.u2ug.org
ttp://listserver.u2ug.org/mailman/listinfo/u2-users

_______________________________________________
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


_______________________________________________
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users

Reply via email to