Thread: Extensible language... What?

  1. #1
    Registered User
    Join Date
    Oct 2008
    Posts
    75

    Extensible language... What?

    Is C , C++ or Java extensible languages?

    What is an extensible language? I have the definition but no example so I don't understand.

    Wikipedia: Extensible programming is a term used in computer science to describe a style of computer programming that focuses on mechanisms to extend the programming language, compiler and runtime environment.

    Could you give me examples?

    How can you modify the compiler?

    Thanks.

  2. #2
    Registered User
    Join Date
    Oct 2008
    Posts
    75

    Question

    Creating new datatypes would make a language extensible?
    Then all languages would be extensible.

  3. #3
    and the Hat of Guessing tabstop's Avatar
    Join Date
    Nov 2007
    Posts
    14,336
    Except for those languages where creating a new data type isn't possible. (Classic BASIC being one; if you can do it in Fortran I don't remember doing so, etc.)

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. What language did they make Java in?
    By jverkoey in forum A Brief History of Cprogramming.com
    Replies: 17
    Last Post: 07-03-2005, 04:18 PM
  2. Strange loop
    By D@rk_force in forum C++ Programming
    Replies: 22
    Last Post: 12-18-2004, 02:40 PM
  3. assembly language...the best tool for game programming?
    By silk.odyssey in forum Game Programming
    Replies: 50
    Last Post: 06-22-2004, 01:11 PM
  4. Language of choice after C++
    By gandalf_bar in forum A Brief History of Cprogramming.com
    Replies: 47
    Last Post: 06-15-2004, 01:20 AM
  5. Languages dying
    By Zewu in forum A Brief History of Cprogramming.com
    Replies: 31
    Last Post: 07-29-2003, 10:08 AM