Some MIsc. Questions

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Some MIsc. Questions

Brad Watson
1. Does anyone know if a class-browser for gst been
implemented for emacs ?

2. What's the future direction of the blox ?  will gtk
be replacing tk in blox ?

3. Any plans to integrate w/glade ?

4. Any plans to integrate w/ .net or mono ?

5. Is the byte-code engine documented anywhere ?

Regards,



__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around
http://mail.yahoo.com 


_______________________________________________
help-smalltalk mailing list
[hidden email]
http://lists.gnu.org/mailman/listinfo/help-smalltalk
Reply | Threaded
Open this post in threaded view
|

Re: Some MIsc. Questions

S11001001
Brad Watson wrote:
> 1. Does anyone know if a class-browser for gst been
> implemented for emacs ?

A multi-language browser for emacs called oo-browser has been around
for a long time.  It includes Smalltalk support.  However, it is
limited to source file analysis; it does not use the reflective
capabilities of the image, as it is geared for languages like C, Java,
and Python, and their audience.

> 2. What's the future direction of the blox ?  will gtk
> be replacing tk in blox ?

Yes to your second question, which I believe answers your first.  As
to when that will happen, "when Blox-GTK is ready".

> 5. Is the byte-code engine documented anywhere ?

Not really; see STCompLit.st and STCompiler.st in compiler/ (the
accept* methods) for some idea of what the bytecodes do.

--
Stephen Compall
http://scompall.nocandysw.com/blog


_______________________________________________
help-smalltalk mailing list
[hidden email]
http://lists.gnu.org/mailman/listinfo/help-smalltalk