[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.technology.dltk] Re: Tutorials/guides

Hi all,

I would recommend also to look in TCL & Ruby for concrete implementation details. These languages implementations better represent all of the DLTK framework features.

Regards,
Alex



Chuck Doucette wrote:
I would suggest downloading the sample code where they actually implemented each part of the DLTK sample project. That is what it took to help me to get through the sample.

Ask specific questions when you get stuck - e.g. tell us what doesn't compile and/or what doesn't seem to work. FYI - I am not a DLTK developer but a fellow user.

Chuck

"sven" <apa@xxxxxxxxxxx> wrote in message news:12a9573354c1d538fab5760d2f48189d$1@xxxxxxxxxxxxxxxxxx
Is there any good guide for using DLTK?
We've only found one guide:
http://wiki.eclipse.org/A_guide_to_building_a_DLTK-based_language_IDE

however there seem to be some missing classes so we cannot complete it.