Google Mail Kalender Text & Tabellen Reader Web Mehr »
Kürzlich besuchte Gruppen | Hilfe | Anmelden
Google Groups-Startseite
comp . lang . prolog
Dies ist eine Usenet-Gruppe - Weitere Informationen
Suchen oder erstellen Sie eine Google-Gruppe mit dem Thema prolog.
Gruppeninformationen
Sprache: Englisch
Gruppenkategorien:
Computer > Programmierung
Weitere Gruppeninformationen »
Aktive ältere Themen
4 neu von 4 - 6 Feb.
7 neu von 7 - 5 Feb.
17 neu von 17 - 3 Feb.
2 neu von 2 - 2 Feb.
1 neu von 1 - 1 Feb.
2 neu von 2 - 29 Jan.
11 neu von 11 - 27 Jan.
68 neu von 68 - 27 Jan.
1 neu von 1 - 24 Jan.
1 neu von 1 - 23 Jan.
Verwandte Gruppen
Discussion about functional languages.
Niedrige Aktivität, Usenet
Discussion about LISP.
Niedrige Aktivität, Usenet
Niedrige Aktivität, Usenet
Diskussionen
Anzeigen:  Themenliste, Themenzusammenfassung Themen 1 - 10 von 15964  Ältere »
Beschreibung: Discussion about PROLOG.
 

How should out of bounds values be handled? 
  In this simple program: % [link] % P01 (*): Find the last element of a list % my_last(X,L) :- X is the last element of the list L % (element,list) (?,?) % Note: last(?Elem, ?List) is predefined my_last(X,[X]). my_last(X,[_|L]) :- my_last(X,L). % ========================= end program... Mehr »
Von The Quiet Center  - 03:59 - 2 neu von 2 Nachrichten    

ERROR: Arguments are not sufficiently instantiated 
  Hi Everyone, I'm trying to test some examples I found in Internet to use broadcast system in prolog. I found this code (I added some lines to compiling): % Autor: % Fecha: 02/02/2010 ... name_of(a,ah). name_of(b,bh). name_of(c,ch). name_of(d,dh). ...variable(id, any, get, "Id visualised"). % name, type, access,... Mehr »
Von bikenig  - 8 Feb. - 4 neu von 4 Nachrichten    

Why prolog is by far the best, most productive, easiest programming language 
  Why prolog is by far the best, most productive, easiest programming language First of all I will only advocate the use of pure prolog - that means no recursion, lists, forall's, and any other features. Extra features that were added destroy the whole point of the elegance of prolog. A prolog equivalent is pervasively used everywhere right under... Mehr »
Von nawaz.umar@gmail.com  - 8 Feb. - 2 neu von 2 Nachrichten    

Practical Prolog - tokenizing, mapping, and transforming text 
  Hello, I am aiming to make a complete Prolog version of a Perl module that generates latin-looking text: [link] My first goal is to take a string of latin-looking text and 1. split the string into a list of strings by considering whitespace... Mehr »
Von Terrence Brannon  - 8 Feb. - 2 neu von 2 Nachrichten    

SWI, XPCE, C and Python 
  Hi all, Not sure if this is really appropriate for the newsgroup, it really is quite deep in the implementation details of SWI-Prolog. I've got my version of python bindings for SWI-Prolog working quite well now, and have an RDFLib store built upon it. It works for basic values of "work". Code at [link]... Mehr »
Von William Waites  - 8 Feb. - 7 neu von 7 Nachrichten    

SWI, Notation 3, C and Python 
  I've been experimenting a bit with SWI Prolog, and have made some Python bindings using Cython, mostly to learn a bit about how SWI works. I arrived at this looking at Notation 3, with quoted graph support and trying to figure out how to bolt inferencing support onto rdflib, a commonly used RDF library for Python.... Mehr »
Von William Waites  - 7 Feb. - 5 neu von 5 Nachrichten    

Blog Post - Why prolog is by far the best, most productive, easiest programming language 
  Why prolog is by far the best, most productive, easiest programming language [link]
Von nawaz.umar@gmail.com  - 6 Feb. - 3 neu von 3 Nachrichten    

symbolic equation solver 
  Hi all! I'm developing an educational math software, and I need a symbolic equation solver. I have been searching for months, and found this code: [link] It is Prolog Equation Solving System developed in 1985. I'm new in prolog, and I failed to compile it. Please help me! (I'm using Win7)... Mehr »
Von nev  - 6 Feb. - 4 neu von 4 Nachrichten    

SwiPlCs - Restarting prolog 
  Hello, I'm new with prolog and I'm studying for several days the possibility to use it in an AI program. I've started leraning/using SWI Prolog and I'm particulary trying out the C# interface for SWI-Porlog cause the main program will be in C#. I dont know if there are SwiPlCs users on the group, but there is one thing... Mehr »
Von Vorl  - 2 Feb. - 5 neu von 5 Nachrichten    

comp.lang.prolog Frequently Asked Questions 
  Frequently Asked Questions - comp.lang.prolog Last-modified: 2009-11-16 Last-changes: Mention irc.freenode.net's #prolog channel. Terrence Brannon. Markus Triska (Mar. 2 2007 - ... ) Remko Troncon (Jan. 6 2002 - Mar. 2 2007) Dirk-Jan Faber (Feb. 1 1999 - Jan. 6 2002) Jamie Andrews (Aug 26 1992 - Oct. 16 1997)... Mehr »
Von Markus Triska  - 2 Feb. - 1 neu von 1 Nachricht    

1 - 10 von 15964   « Neuere | Ältere »

XML      
Eine Gruppe erstellen - Google Groups - Google-Startseite - Nutzungsbedingungen - Datenschutzbestimmungen
©2010 Google