Help coderanch get a
new server
by contributing to the fundraiser
  • Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Paul Clapham
  • Devaka Cooray
  • Liutauras Vilda
Sheriffs:
  • Jeanne Boyarsky
  • paul wheaton
  • Henry Wong
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Carey Brown
  • Mikalai Zaikin
Bartenders:
  • Lou Hamers
  • Piet Souris
  • Frits Walraven

[Jess] Could BeanShell be considered an alternative?

 
author
Posts: 11962
5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Ernest, forgive me for not being in the know, but couldn't BeanShell do exactly the same as Jess?
 
author and iconoclast
Posts: 24207
46
Mac OS X Eclipse IDE Chrome
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
BeanShell is a scripting component, and Jess has a scripting component, too. But Jess also contains (and in fact, the most important part of Jess is) a rule engine -- a software component that detects patterns in large amounts of data and acts on them, very efficiently. BeanShell doesn't do anything like this -- it's not meant to.
Now, perhaps a more interesting question is, "Why doesn't Jess incorporate BeanShell as its scripting component?" I looked at this, a long time ago. As we've discussed in another thread on this forum, though, Java-like languages aren't very good at expressing declarative rules; the syntax Jess uses is much better suited.
[ September 03, 2003: Message edited by: Ernest Friedman-Hill ]
 
Lasse Koskela
author
Posts: 11962
5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks for clearing that out, Ernest.
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic