Results 1 to 3 of 3

Thread: Constraint & Logic Programming

  1. #1
    Join Date
    May 2007
    Location
    USA
    Posts
    373
    Thanks
    2
    Thanked 4 Times in 4 Posts

    Default Constraint & Logic Programming

    I'm interested in learning a constraint and/or logic programming language. (From what I can tell, they appear to be similar.)

    Any suggestions on what language I should pick as well as good tutorials for it?
    Trinithis

  2. #2
    Join Date
    Jun 2005
    Location
    英国
    Posts
    11,876
    Thanks
    1
    Thanked 180 Times in 172 Posts
    Blog Entries
    2

    Default

    The most widely-used constraint logic language is Prolog. You can find a tutorial here.

    If you want to differ from the norm a bit, though, Oz looks very interesting.

    You could also look at Common Lisp with the Cells package, which implements declarative constraint programming within CL.
    Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!

  3. #3
    Join Date
    May 2007
    Location
    USA
    Posts
    373
    Thanks
    2
    Thanked 4 Times in 4 Posts

    Default

    Alrighty. Just to make sure, are regular expressions constraint based constructs?

    Also, out of curiosity, what are some of the "bigger" programming paradigms are there to learn?
    Trinithis

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •