Results 1 to 2 of 2

Thread: Scheme

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Jun 2000
    Location
    East Providence, RI
    Posts
    1,715

    Scheme

    Has anyone ever heard of the language Scheme, or know of it being used in the real world? My Intro to CS class is taught in Scheme and I can't stand the syntax of the language.

    For example, A = b + c is written like:
    (define A (+ b c))

    Anyone know about this crazy thing?
    NXSupport - Your one-stop source for computer help

  2. #2
    Giants World Champs!!!! Mark Gambo's Avatar
    Join Date
    Sep 2003
    Location
    Colorado
    Posts
    2,965

    Re: Scheme

    Quote Originally Posted by dimava
    Has anyone ever heard of the language Scheme, or know of it being used in the real world? My Intro to CS class is taught in Scheme and I can't stand the syntax of the language.

    For example, A = b + c is written like:
    (define A (+ b c))

    Anyone know about this crazy thing?
    I personally don't know the first thing about it but here is an interesting link

    Here is what I found during my GOOGLE Search

    It looks like a very interesting language.
    Regards,

    Mark

    Please remember to rate posts! Rate any post you find helpful. Use the link to the left - "Rate this Post". Please use [highlight='vb'] your code goes in here [/highlight] tags when posting code. When a question you asked has been resolved, please go to the top of the original post and click "Thread Tools" then select "Mark Thread Resolved."


Posting Permissions

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



Click Here to Expand Forum to Full Width