Mercurial > hg > plml
comparison NOTES @ 37:89688ebc447f tip
Deprecating this repository.
author | samer |
---|---|
date | Mon, 05 Jan 2015 17:42:03 +0000 |
parents | 0dd31a8c66bd |
children |
comparison
equal
deleted
inserted
replaced
36:a1094b51a6c4 | 37:89688ebc447f |
---|---|
9 *** Centre for Computational Creativity | 9 *** Centre for Computational Creativity |
10 *** Goldsmiths College, University of London | 10 *** Goldsmiths College, University of London |
11 *** | 11 *** |
12 *** Dec 2004--Nov 2006 | 12 *** Dec 2004--Nov 2006 |
13 | 13 |
14 | |
15 NB. This repository is deprecated. Code is now maintained on GitHub at | |
16 https://github.com/samer--/plml | |
14 | 17 |
15 PLML is a foreign interface that enables Matlab to be used as a computational | 18 PLML is a foreign interface that enables Matlab to be used as a computational |
16 engine from within SWI Prolog. The basic idea is that instead of using | 19 engine from within SWI Prolog. The basic idea is that instead of using |
17 the standard is/2 operator to evaluate a certain class of terms, we can | 20 the standard is/2 operator to evaluate a certain class of terms, we can |
18 use the ===/2 operator to get Matlab to evaluate a (much richer) class of | 21 use the ===/2 operator to get Matlab to evaluate a (much richer) class of |