Re: Expert systems in forth

Liste des GroupesRevenir à cl forth 
Sujet : Re: Expert systems in forth
De : melahi_ahmed (at) *nospam* yahoo.fr (ahmed)
Groupes : comp.lang.forth
Date : 05. Jan 2025, 06:52:35
Autres entêtes
Organisation : novaBBS
Message-ID : <f28d2621b437d26ab3d0bb57f496ba09@www.novabbs.com>
References : 1 2 3 4 5 6
User-Agent : Rocksolid Light
Hi,
First, I have the free version:
iForth version 4.0.627, generated 15:51:53, December 18, 2010.
x86_64 binary, native floating-point, extended precision.
Copyright 1996 - 2010 Marcel Hendrix.
I download it some years ago, and thanks for it.
1- For exapmple, I can't use [']  in a colon definition:
defer go
: go1 ..... ;
: use_go ['] go1 is go ;
doesn't work for me.
2- The forth word latest (gforth) is not defined in iForth:
I used latest in the definition of the forth word fact.
I modified the defintion of fact to get rid of latest.
3- The forth words place and +place are not defined in iForth:
I borrowed the definitions from gforth.
4- this for vfxForth:
The forth words 0>= and +place are not defined.
I added their definitions in the top of the expert_systems.fs file.
I changed the use of ['] in colon definitions by using variables and @
execute,
and ( @, !) instead of defer and is.
So I managed to get it working under: gforth, iForth, vfxForth anf
minforth (MF348).
Ahmed
--

Date Sujet#  Auteur
4 Jan 25 * Expert systems in forth20ahmed
4 Jan 25 `* Re: Expert systems in forth19ahmed
4 Jan 25  `* Re: Expert systems in forth18ahmed
4 Jan 25   `* Re: Expert systems in forth17minforth
4 Jan 25    +* Re: Expert systems in forth6ahmed
5 Jan 25    i`* Re: Expert systems in forth5mhx
5 Jan 25    i `* Re: Expert systems in forth4ahmed
6 Jan 25    i  `* Re: Expert systems in forth3mhx
7 Jan 25    i   `* Re: Expert systems in forth2dxf
7 Jan 25    i    `- Re: Expert systems in forth1ahmed
5 Jan 25    `* Re: Expert systems in forth10Anton Ertl
5 Jan 25     `* Re: Expert systems in forth9ahmed
5 Jan 25      `* Re: Expert systems in forth8Anton Ertl
5 Jan 25       +* Re: Expert systems in forth3ahmed
5 Jan 25       i`* Re: Expert systems in forth2Anton Ertl
5 Jan 25       i `- Re: Expert systems in forth1ahmed
5 Jan 25       `* Re: Expert systems in forth4albert
5 Jan 25        +* Re: Expert systems in forth2ahmed
6 Jan 25        i`- Re: Expert systems in forth1ahmed
6 Jan 25        `- Re: Expert systems in forth1dxf

Haut de la page

Les messages affichés proviennent d'usenet.

NewsPortal