Difference between revisions of "ClojureTab"
(2 intermediate revisions by the same user not shown) | |||
Line 3: | Line 3: | ||
|Number=1.5 | |Number=1.5 | ||
|LastUpdate=now | |LastUpdate=now | ||
− | |File=https:// | + | |File=https://protegewiki.stanford.edu/wiki/File:Clojuretab.zip |
− | |CompatibleWith1=Protege-Frames 3.4 | + | |CompatibleWith1=Protege-Frames 3.5, 3.4 |
− | |Changelog= | + | |Changelog=Algorithms added |
}} | }} | ||
− | |||
{{Plugin | {{Plugin | ||
|Description=USEFUL TOOL FOR KNOWLEDGE PROCESSING IN PROTEGE. | |Description=USEFUL TOOL FOR KNOWLEDGE PROCESSING IN PROTEGE. | ||
The ClojureTab uses the [http://clojure.org Clojure programming language] for simple programming in the Protege environment, on-the-fly debugging, and storing programs in Protege projects. | The ClojureTab uses the [http://clojure.org Clojure programming language] for simple programming in the Protege environment, on-the-fly debugging, and storing programs in Protege projects. | ||
+ | Contains: | ||
+ | 1. Integrated development environment for Clojure language (https://clojure.org/) | ||
+ | 2. Protege API for Clojure language | ||
+ | 3. Rule engine and Expert system shell rete4frames (https://github.com/rururu/rete4frames) | ||
+ | 4. Algorithms visual development environment | ||
|PluginType=Tab Widget | |PluginType=Tab Widget | ||
|ForApplication1=Protege-Frames | |ForApplication1=Protege-Frames | ||
|Screenshot=ClojureTabGUI.png | |Screenshot=ClojureTabGUI.png | ||
− | |HomepageURL= | + | |HomepageURL=https://github.com/rururu/r4f-pro |
|DeveloperID1=Ruslan Sorokin | |DeveloperID1=Ruslan Sorokin | ||
− | |LastUpdated= | + | |LastUpdated=October 18, 2017 |
|Topic1=Code Examples | |Topic1=Code Examples | ||
|Topic2=Inference | |Topic2=Inference |
Latest revision as of 05:20, October 18, 2017
ClojureTab 1.5
Dependency
The following dependencies exist for ClojureTab 1.5:
not available
Changelog
Algorithms added
ClojureTab
USEFUL TOOL FOR KNOWLEDGE PROCESSING IN PROTEGE.
The ClojureTab uses the Clojure programming language for simple programming in the Protege environment, on-the-fly debugging, and storing programs in Protege projects.
Contains:
1. Integrated development environment for Clojure language (https://clojure.org/)
2. Protege API for Clojure language
3. Rule engine and Expert system shell rete4frames (https://github.com/rururu/rete4frames)
4. Algorithms visual development environment
Versions & Compatibility
This section lists available versions of ClojureTab.
If you click on the button below to add a new version of ClojureTab, you will be asked to define a page title for the new version. Please adhere to the naming convention of ClojureTab X.X.X when you define the new page!
Changelog
Version | Changes in this version |
---|---|
ClojureTab | Algorithms added |
ClojureTab 1.4 | Added support for Clojure protocols, types, and records. Simplified installation and addition of third-party JAR files. |
ClojureTab 1.3 | Fixed bug in REPL which corrupt REPL output consisting of several lines and other minor bugs. Added example using OpenCalais web service to annotate Euronews articles. Added example how to copy classes and instances from one Protege project to another |
ClojureTab 1.2 | Added a slot plug-in of type "ClojureActionButton" transforming ordinary Protege forms into active GUI forms for Clojure processing. |