The build for CLIPS V7 looks good, the only real problem I ran into was a missing jni.h file. Which doesn't impact what I am doing, since I am focusing on generating forth code sequences based on rules and not using a java interface at this point. Haven't tried the new features yet but won't be there for a while. John S On Fri, Feb 27, 2026 at 1:30 PM John Sarabacha dcs-js@users.sourceforge.net wrote: Correction Visual Studio 2026 On Fri, Feb 27, 2026 at 1:23 PM John Sarabacha dcs-js@users.sourceforge.net...
Correction Visual Studio 2026 On Fri, Feb 27, 2026 at 1:23 PM John Sarabacha dcs-js@users.sourceforge.net wrote: A test build of CLIPS V7 using Visual Studio 2016 PS H:\Dev\ClipsV7-Build\windows\MVS\CLIPSDOS\Executables\Win32\Debug> ./CLIPSDOS32.exe CLIPS (Forge Alpha 11/12/25) CLIPS> (+ 3 4) 7 CLIPS> On Wed, Feb 25, 2026 at 1:40 PM John Sarabacha dcs-js@users.sourceforge.net wrote: Thank you On Wed, Feb 25, 2026 at 1:31 PM Gary Riley garyriley@users.sourceforge.net wrote: It's in the SVN repository...
A test build of CLIPS V7 using Visual Studio 2016 PS H:\Dev\ClipsV7-Build\windows\MVS\CLIPSDOS\Executables\Win32\Debug> ./CLIPSDOS32.exe CLIPS (Forge Alpha 11/12/25) CLIPS> (+ 3 4) 7 CLIPS> On Wed, Feb 25, 2026 at 1:40 PM John Sarabacha dcs-js@users.sourceforge.net wrote: Thank you On Wed, Feb 25, 2026 at 1:31 PM Gary Riley garyriley@users.sourceforge.net wrote: It's in the SVN repository for this project under the code tab: https://sourceforge.net/p/clipsrules/code/HEAD/tree/branches/70x/ Major...
Thank you On Wed, Feb 25, 2026 at 1:31 PM Gary Riley garyriley@users.sourceforge.net wrote: It's in the SVN repository for this project under the code tab: https://sourceforge.net/p/clipsrules/code/HEAD/tree/branches/70x/ Major version ? https://sourceforge.net/p/clipsrules/discussion/776945/thread/bc40209181/?limit=25#787d/a22a/85e7/d328 Sent from sourceforge.net because you indicated interest in https://sourceforge.net/p/clipsrules/discussion/776945/ To unsubscribe from further messages, please...
Hi Gary, Can I also get a copy of the source to compile for an R&D project I am working on? Thanks John S On Wed, Feb 25, 2026 at 12:27 AM Gary Riley garyriley@users.sourceforge.net wrote: If you're willing to compile the exectuables yourself and deal with some incomplete documentation, you can consider it to be a beta release. There's enough new functionality that I'm working on a companion book for it when I eventually do release it. The automatic goal generation doesn't support backtracking like...
For your reference the project is GLANN dedicatedcomputer.ca On Wed, Feb 25, 2026 at 3:25 AM John Sarabacha jsarabacha@gmail.com wrote: Hi Gary, Can I also get a copy of the source to compile for an R&D project I am working on? Thanks John S On Wed, Feb 25, 2026 at 12:27 AM Gary Riley garyriley@users.sourceforge.net wrote: If you're willing to compile the exectuables yourself and deal with some incomplete documentation, you can consider it to be a beta release. There's enough new functionality that...
These devices (CH32x033/CH32x035) are inexpensive compared to CH32L103/V203/V307 and have 2 RISC cores (Qingke V4C RISC-V and RISC8B embedded CH537?) to work with and could be useful for experimental forth implementations.
Hi Peter, I am looking to use your port on a CH32x033/CH32x035 and as far as I can tell it should work as the ram/flash is basically the same . Are there any suggestions that I should look out for?