Gmail Calendar Documents Reader Web more »
Recently Visited Groups | Help | Sign in
Google Groups Home
comp . lang . prolog
This is a Usenet group - learn more
Find or start a Google Group about prolog.
Group info
Language: English
Group categories:
Computers > Programming
More group info »
Active older topics
4 new of 4 - Feb 6
7 new of 7 - Feb 5
17 new of 17 - Feb 3
2 new of 2 - Feb 2
1 new of 1 - Feb 1
2 new of 2 - Jan 29
11 new of 11 - Jan 27
68 new of 68 - Jan 27
1 new of 1 - Jan 24
1 new of 1 - Jan 23
Related Groups
Discussion about functional languages.
Low activity, Usenet
Discussion about LISP.
Low activity, Usenet
Low activity, Usenet
Discussions
View:  Topic list, Topic summary Topics 1 - 10 of 15964  Older »
Description: 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... more »
By The Quiet Center  - Feb 8 - 2 new of 2 messages    

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,... more »
By bikenig  - Feb 8 - 5 new of 5 messages    

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... more »
By nawaz.umar@gmail.com  - Feb 8 - 2 new of 2 messages    

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... more »
By Terrence Brannon  - Feb 8 - 2 new of 2 messages    

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]... more »
By William Waites  - Feb 7 - 7 new of 7 messages    

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.... more »
By William Waites  - Feb 6 - 5 new of 5 messages    

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]
By nawaz.umar@gmail.com  - Feb 6 - 3 new of 3 messages    

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)... more »
By nev  - Feb 5 - 4 new of 4 messages    

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... more »
By Vorl  - Feb 2 - 5 new of 5 messages    

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)... more »
By Markus Triska  - Feb 2 - 1 new of 1 message    

1 - 10 of 15964   « Newer | Older »

XML      
Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2010 Google