Dsy Network www | forum | my | didattica | howto | wiki | el goog | stats | blog | dona | rappresentanti
Homepage
 Register   Calendar   Members  Faq   Search  Logout 
.dsy:it. : Powered by vBulletin version 2.3.1 .dsy:it. > Didattica > Corsi G - M > Logica matematica > Input di SWI-Prolog
  Last Thread   Next Thread
Author
Thread    Expand all | Contract all    Post New Thread    Post A Reply
Collapse
mlk
.amico.

User info:
Registered: Mar 2008
Posts: 29 (0.00 al dì)
Location: Milano
Corso: Informatica per le Telecomunicazioni
Anno: DIPPIÙ!
Time Online: 7:01:36 [...]
Status: Offline

Post actions:

Edit | Report | IP: Logged
Input di SWI-Prolog

Probabilmente è un po' tardi, dato che l'esame è domani mattina, però volevo leggermi un po' di trace degli esercizi degli appelli scorsi per capire dove sbaglio negli esercizi Prolog, solo che quasi sempre si lamenta per qualche syntax error che io non vedo.

Esempio

code:
del(X, [X|L], L) :− !. del(X, [Y|L], [Y|L1]) :− del(X, L, L1). length([ ], 0). length([T|C], N) :− length(C, N1), N is N1 + 1.


salvo il tutto con il nome del.pl

avvio swi-pl

?- [del].
ERROR: /home/mlk/Documents/school/logica_matematica/prolog/es2/del.pl:1:0: Syntax error: Operator expected
ERROR: /home/mlk/Documents/school/logica_matematica/prolog/es2/del.pl:2:0: Syntax error: Operator expected
ERROR: /home/mlk/Documents/school/logica_matematica/prolog/es2/del.pl:3:
No permission to modify static_procedure `length/2'
ERROR: /home/mlk/Documents/school/logica_matematica/prolog/es2/del.pl:4:0: Syntax error: Operator expected
% del compiled 0.00 sec, 1,704 bytes
true.

Qualcuno ha idea di quale sia il problema?
Ho provato a togliere tutti gli spazi, ad aggiungere spazi ovunque e a fare
circa qualsiasi cosa mi venisse in mente, con pochi risultati. La cosa che più
mi fa arrabbiare è che un esercizio lo compila senza problemi e non ha niente di
(particolarmente) diverso dagli altri.

23-09-2009 16:58
Click Here to See the Profile for mlk Click here to Send mlk a Private Message Find more posts by mlk Add mlk to your buddy list Printer Friendly version Email this Article to a friend Reply w/Quote
All times are GMT. The time now is 04:41.    Post New Thread    Post A Reply
  Last Thread   Next Thread
Show Printable Version | Email this Page | Subscribe to this Thread | Add to Bookmarks

Forum Jump:
Rate This Thread:

Forum Rules:
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is OFF
vB code is ON
Smilies are ON
[IMG] code is ON
 

Powered by: vBulletin v2.3.1 - Copyright ©2000 - 2002, Jelsoft Enterprises Limited
Mantained by dsy crew (email) | Collabora con noi | Segnalaci un bug | Archive | Regolamento | Licenze | Thanks | Syndacate
Pagina generata in 0.058 seconds (58.80% PHP - 41.20% MySQL) con 25 query.