[Squeak-fr] [ANN] Nouvelle version de Prolog

Dreyfuss Pierre-André (EDU) pierre-andre.dreyfuss at edu.ge.ch
Sam 21 Juin 16:00:18 UTC 2008


Salut Stephane
image:
Squeakland 3.8-05
latest update: #556

logicFather: assoc 
	self
		unify: assoc key
		with: ((List with: 'John') add: 'Mary';
				 yourself)
		then: assoc value.
	self
		unify: assoc key
		with: ((List with: 'John') add: 'David';
				 yourself)
		then: assoc value.
	self
		unify: assoc key
		with: ((List with: 'David') add: 'Jack';
				 yourself)
		then: assoc value.
	self
		unify: assoc key
		with: ((List with: 'Arthur') add: 'Nancy';
				 yourself)
		then: [^ assoc value].
	answer isEmptyOrNil
		ifTrue: [^ nil].
	^ answer asArray


Image officielle Etoys 3.0  pour OLPC

C'est ok:
logicFather

father('John', 'Mary').  "John is the father of Mary"
father('John', 'David').
father('David', 'Jack').
father('Arthur', 'Nancy').


J'ai commencé une page squeak prolog sur ofset

http://community.ofset.org/index.php/Squeak_Prolog

On peut utiliser la page associée de l'onglet discussion pour le développement.

Je peux faire la doc pour débuter. Bien entendu cette page est pour tous ceux qui veulent contribuer.

Pour ma part, je peux m'occuper de l'interface pout utiliser prolog à partir de Etoys en ajoutant au RPL des briques Etoys.
moi aussi j'ignore tout de squeak source et de Monticello.



Pad

-------- Message d'origine--------
De: squeak-fr-bounces at lists.squeakfoundation.org de la part de Stéphane Rollandin
Date: ven. 20/06/2008 14:09
À: Squeak in french / Squeak en français
Objet : Re: RE : [Squeak-fr] [ANN] Nouvelle version de Prolog
 
c'est quoi le problème d'affichage dont tu parles pour OLPC et SqueakLand ?

stef

Dreyfuss Pierre-André (EDU) a écrit :
> Salut
> J'ai annoncé la bonne nouvelle :-) dans la page géométrie et expert  du site ofset
> http://community.ofset.org/index.php/G%C3%A9om%C3%A9trie_et_syst%C3%A8me_expert

_______________________________________________
Squeak-fr mailing list
Squeak-fr at lists.squeakfoundation.org
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/squeak-fr

-------------- section suivante --------------
Une pièce jointe non texte a été nettoyée...
Nom: non disponible
Type: application/ms-tnef
Taille: 3875 octets
Desc: non disponible
Url: http://lists.squeakfoundation.org/pipermail/squeak-fr/attachments/20080621/4c55e9fb/attachment.bin


Plus d'informations sur la liste de diffusion Squeak-fr