hello Annie,
im glad to hear Prolog is very much alive, i have been using prolog for many years now also to develop commercial applications,
2 days ago i tried to apply for a teachers job, and i was not hired because i didnt have enough experience with the language C
i would very much like to follow Prolog course, although i do not have a twitter account ( yet )
also it would be interesting to put several languages next to each other,
for example i have seen the -> operator in Coffeescript, the same operator is used in Swi-prolog, does it have the same meaning
there?
recently i made a web program with swi prolog, and it works, i now i want to gain experience with neural networks to be able to
put this in my CV to find a job in the AI-field,
I have been trying to install the plfann for SWI (FANN
www.leenissen.dk ), to build it through the provided scripts,
the Gnu compiler keeps saying it cant find the fann.pc file even though i put the location in the system Path environment as indicated
i now actually do have a neural network prolog-code running in visual prolog so i can use that until i have FANN running in swi prolog,
in visual prolog the neural network example is made in the prolog code itself instead of calling a dll c-library, i will try later
to simulate this code to swi-prolog code, i couldnt find this kind of code in the swi-library.
then i will probably be able to see how fast it performs, a question, do you know if Swi-prolog code can be made
faster by declaring on the variable types of the functions, or If I use integers in the functions, will it have its maximum speed
and stability ?
thankyou