Programming Languages| Found: 44. Displaying: 1-10 |  |  |
 | McCullough Knowledge Explorer 7.3 |  | McCullough Knowledge Explorer (MKE) is an intelligent knowledge assistant. It helps the user to record, change and search knowledge, and provides extensive error checking to ensure the internal consistency of the knowledge. Interaction with MKE uses the MKR language. MKR is a RI ("Real Intelligence") knowledge representation language; it is very user-friendly, combining the best features of English, UNIX-shell, Unicon, CycL.
Knowledge is an identification of the facts of reality. Propositional knowledge is knowledge expressed using words and sentences. The principal internal knowledge structures are entity-characteristic-proposition hierarchies with space-time-dependent events. The principal external knowledge structures are RDF/OWL files, GDBM databases and MKR text files (containing transliterated English, hierarchy outlines, relational databases).
The MKR language is more powerful and more user-friendly than the OWL language. MKR extensions include context, questions, commands/methods, n-ary relations, iterations, conditionals. MKE/MKR provides no direct support for the "possible world" semantics of RDF model theory -- it uses "real world" semantics of English. The MKR language has the same power as the CycL language, but is much more user-friendly.
MKE provides a user-friendly MKR interface to the Stanford TAP knowledge base, the OpenCyc knowledge base, the Google search engine, the Amazon.com search engine. |
|
  | Euphoria Programming Language 3.0 |  | A simple, powerful programming language that's easy to learn.
Great for Windows GUI applications and DOS games.
There's also a Linux and a FreeBSD version. |
|
  | Source Editor 2.3.9.0 |  | This is a simple editor with text coloring.
You can:
Edit next types of files: C/C++ (.c, .cpp, .h), C# (.cs), Java (.java), Ix86 Assembler (.asm, .inc), Resources (.rc), Xml (.xml, .config), Java Script (.js), Cascading Style Sheets (.css), Html (.html, .htm), ASP.NET(.aspx, .asmx, .ascx, .asax,...).
View edited web-files in the inner or external browser and navigate the web.
Add any extension to any color-scheme
and to be registered and/or opened by Source Editor.
It also :
- has feature for printing (in Black & White + bolding)
- recognizes (for coloring) some C common definitions like BOOL, TRUE, etc.
- recognizes for C# most classes, structures, enums...
- does it also for Java
- has projects (list of files) manager
- can be extended for any additional tokens coloring
- can run compilers and compiled programs with options
- can generate html image for code publication on the web
- has templates for Asm, C/C++, C# and ASP.NET files.
- has examples for C/C++, C#, Java and Masm32 |
|
  | Scriptol PHP/C++ Compiler 5.1 |  | Scriptol is a modern, very powerful and easy to learn programming language.
It is intended both to program applications, using Java or GTK for GUI, to program scripts and web pages.
Web pages are converted to PHP and html. Scriptol is object-oriented and xml-oriented, and has methods for any object including integers, texts and lists.
Scriptol is the first programming language to integrate xml as a data structure.
Dom is now a part of the built-in classes.
A tutorial, allowing step by step learning of programming with Scriptol.
Scriptol doesn't need for a library: it uses the PHP, Java or C++ ones, and thus provides unlimited resources for applications or web programming.
Free compilers are included to compile Scriptol to Php or C++ or binary executables with garbage collector. |
|
  | Amzi! Prolog + Logic Server 7.2.1 |  | Amzi! enables the easy integration of intelligent components with conventional applications allowing you to add logic-bases that give advice, configure and tune systems, diagnose problems, apply business rules, monitor processes and parse documents.
Weather Shield provides configuration and pricing information for doors and windows (the glass type) using a hybrid logicbase. DigitalXPress schedules real-time streaming video, multicasts and large data transfers via satellites. eoTek, a supplier of mortgage services for Nexstar, maintains separate knowledgebases of pricing and underwriting rules. Two major software vendors license Amzi! products for inclusion in workflow products. AstraZeneca uses Amzi! to select the correct agitators for chemical processing.
All of these applications use the Amzi! Logic Server to access a logic-base of rules just as a database server accesses records. (The rules are expressed in the Prolog language, which is a superset of relational database, and has powerful, built-in search and pattern matching capabilities.)
The Amzi! Logic Server is encapsulated as a Java Class, Servlet Interface, C++ Class, .NET Class (for VB and C#), Delphi Component, and Library API with robust catch/throw error handling and careful memory management. You can extend the Prolog language with your own Java, C++, VB, C# and Delphi functions, giving your logic-base direct access to your programs' data, objects and procedures. Logic-bases can also reason over your data in any ODBC compliant database and can be written in and communicate using any Unicode character set.
You develop your logic-bases using the Amzi! Eclipse IDE that has an integrated editor, listener, debugger, compiler and linker. Full source code samples, tool boxes and complete on-line help get you started and assist the development process.
Amzi! includes tools and libraries for Windows, Solaris and Linux. No royalties. |
|
  | wina.com 4.0.3 |  | wina ciforth -- ISO Forth Language And Environment
DESCRIPTION
Forth is a tried and proven language for evolutionary ("check as you go") programming, ideal for rapid prototyping and experiments with hardware.
wina is the 32-bit DPMI ("WIndows") version of ciforth, (common Intel Forth), an interpreter environment, scripter and compiler for Forth.
It supplies the CORE wordset of the ISO Forth standard, plus some essentials, i.a. file access and exceptions. Its power is multiplied by an extensive source library, that adds i.a. a decompiler and an integrated 386 assembler.
OPTIONS
wina without options starts an interactive system. Options are implemented by a simple mechanism through the source library, and hence are configurable.
The most important ones are
/H
Print help, i.e. the option summary, version etc.
Then exit.
/E
Load the electives , i.e. tools for interactive development.
Then start the interpreter.
/C FILE.FRT
Compile FILE.FRT to the binary FILE.EXE
Then exit.
/A, /R
Start the interpreter with the word REQUIRE available.
DOCUMENTATION
wina comes with html, ps and pdf documentation.
Version 4.0.6 has about 5 pdf-pages per Kbyte of executable code.
It documents all language features implemented and has a tutorial.
Wina.html contains only the reference documentation, for easy click through.
SOURCE
The source for the compiler and the library are part of the package. ( wina.asm and forth.lab ).
DIAGNOSTICS
Uncaught exceptions will show the error number. Positive error numbers are ciforth-specific and explained in the documentation.
Negative error numbers are OS-specific.
A mnemonic message is fetched from the library file and displayed, if possible.
CAVEAT
For all Windows with 32 bit DPMI, i.e. from 3.11 (+32 bit) on, but tested on Windows XP. Windows plus Forth is crash-happy.
AUTHOR
Copyright (c) 2000-2003 by Albert van der Horst
http://home.hccnet.nl/a.w.m.van.der.horst/ciforth.html
ciforth is made available under the GNU Public License:
quality, but NO warranty. |
|
  | wina.exe 4.0.6 |  | wina ciforth -- ISO Forth Language And Environment
DESCRIPTION
Forth is a tried and proven language for evolutionary ("check as you go") programming, ideal for rapid prototyping and experiments with hardware.
wina is the 32-bit DPMI ("WIndows") version of ciforth, (common Intel Forth), an interpreter environment, scripter and compiler for Forth.
It supplies the CORE wordset of the ISO Forth standard, plus some essentials, i.a. file access and exceptions. Its power is multiplied by an extensive source library, that adds i.a. a decompiler and an integrated 386 assembler.
OPTIONS
wina without options starts an interactive system. Options are implemented by a simple mechanism through the source library, and hence are configurable.
The most important ones are
/H
Print help, i.e. the option summary, version etc.
Then exit.
/E
Load the electives , i.e. tools for interactive development.
Then start the interpreter.
/C FILE.FRT
Compile FILE.FRT to the binary FILE.EXE
Then exit.
/A, /R
Start the interpreter with the word REQUIRE available.
DOCUMENTATION
wina comes with html, ps and pdf documentation.
Version 4.0.6 has about 5 pdf-pages per Kbyte of executable code.
It documents all language features implemented and has a tutorial.
Wina.html contains only the reference documentation, for easy click through.
SOURCE
The source for the compiler and the library are part of the package. ( wina.asm and forth.lab ).
DIAGNOSTICS
Uncaught exceptions will show the error number. Positive error numbers are ciforth-specific and explained in the documentation.
Negative error numbers are OS-specific.
A mnemonic message is fetched from the library file and displayed, if possible.
CAVEAT
Windows plus Forth is crash-happy.
PORTABILITY
This DPMI version works on all 32 bit Windows,
but it is configured for Windows XP.
Linux and DOS version are available.
AUTHOR
Copyright (c) 2000-2004 by Albert van der Horst
http://home.hccnet.nl/a.w.m.van.der.horst/ciforth.html
ciforth is made available under the GNU Public License:
quality, but NO warranty. |
|
  | DotBasic 1.0 |  | DotBasic is a BASIC dialect designed for .NET scripting.
DotBasic has a familiar BASIC syntax and comes with a large number of built-in functions for common tasks as well as specialized functions for creating customized browsers and for exchanging data with PHP.
The DotBasic package consists of "DotBasic Studio" for script development and testing, and "DotBasic Runtime" which may be distributed with applications.
"DotBasic Runtime" can call existing .Net libraries and can be called from .Net applications. A built-in eval function can execute expressions or programs at runtime. The runtime does not generate any assemblies and can be safely used in long-running applications.
The one-time license fee of $49 includes all upgrades for the major release level and unlimited runtime distribution. |
|
  | VmxNet Smalltalk 1.0 |  | VmxNet Smalltalk is a dynamic language for the .Net framework which comes with its own development environment and uses an internal bytecode interpreter for fast evaluation without creating/loading assemblies. It can use existing .Net libraries and can be invoked from other .Net applications.
Our familly of scripting solutions includes VmxNet Smalltalk and VmxNet Basic for the .Net environment and VmxJvm Smalltalk and VmxJvm Basic for the Java environment. |
|
  | VmxJvm Smalltalk 1.0 |  | VmxJvm Smalltalk is a dynamic language for the Java framework which comes with its own development environment and uses an internal bytecode interpreter for fast evaluation without creating/loading classes. It can use existing Java libraries and can be invoked from other Java applications.
Our familly of scripting solutions includes VmxNet Smalltalk and VmxNet Basic for the .Net environment and VmxJvm Smalltalk and VmxJvm Basic for the Java environment. |
|
| Found: 44. Displaying: 1-10 |  |  |
 |
DeltaSpy 1.6
Tell DeltaSpy which web sites to monitor, and how often you want these web pages searched. The program will work silently in the background, and notify you when there are changes to these important sites or blogs. View sites with changes highlighted. |
 |

|