scheme48 is not the same as guile. Both are schemes, but are different implementations.
Scheme has more than 50 "popular" implementations, and even more obscure ones. As a language, it is so simple and basic, that a typical homework assignment for college CS students is "write a compiler/interpreter for scheme in scheme" (chapter 5 or 6 of SICP shows exactly how) and so students do this, and better ones get shared, and eventually morph into bona-fide projects. In fact, its almost a kind-of competition: see who can create the fastest, best, most powerful version of scheme -- there's even a website that documents results for the top 50 schemes on a few hundred different benchmarks. Chicken Scheme, PLT, Racket and MzScheme kind-of lead the pack, as a general rule. However, due to the nature of the scheme-to-c++ bindings, they are not compatible with guile. --linas On Tue, Feb 27, 2018 at 2:38 PM, Shujing Ke <[email protected]> wrote: > Hi, > > Anyone use Eclipse for Scheme? > I installed the Scheme plug-in for Eclipse from http://s48.org/sdt/ . > And set the interpreter as 'guile'. Guile is able to launch in Eclipse. But > it doesn't really preload the .guile so that it doesn't recognize any > Atomese syntax. > It recognize standard Scheme syntax like "let" "define", but it doesn't > recognize " use-modules". > > There is very little information I can find online. Anyone has the > experience to set this up? > > Thanks, > Shujing > > -- > You received this message because you are subscribed to the Google Groups > "opencog" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at https://groups.google.com/group/opencog. > To view this discussion on the web visit > https://groups.google.com/d/msgid/opencog/CALpD4-KbEDMzrZn-H34C4JChJN6kT1NpEPVdC_nFJz09nBhrww%40mail.gmail.com. > For more options, visit https://groups.google.com/d/optout. -- cassette tapes - analog TV - film cameras - you -- You received this message because you are subscribed to the Google Groups "opencog" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/opencog. To view this discussion on the web visit https://groups.google.com/d/msgid/opencog/CAHrUA36bP99NSwuDxtcWetodh1Cr%2B2qzghZ8b4qLcv-%2B1m-VyQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
