Announcement

Collapse
No announcement yet.

Programming language?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Programming language?

    I'm looking for a programming language that can do:
    Dynamic function building, where functions can be put together at run-time, much like in ML.
    Has a Java interpreter, so that I can do this stuff within a Java program and work with Java objects.

    Anyone know of such a language?

    Thanks,
    Thien
    Gigabyte GA-K8N Ultra 9, Opteron 170 Denmark 2x2Ghz, 2 GB Corsair XMS, Gigabyte 6600, Gentoo Linux
    Motion Computing M1400 -- Tablet PC, Ubuntu Linux

    "if I said you had a beautiful body would you take your pants off and dance around a bit?" --Zapp Brannigan

  • #2
    Umm... yeah it's called "Java".

    - Gurm
    The Internet - where men are men, women are men, and teenage girls are FBI agents!

    I'm the least you could do
    If only life were as easy as you
    I'm the least you could do, oh yeah
    If only life were as easy as you
    I would still get screwed

    Comment


    • #3
      ROFL
      If there's artificial intelligence, there's bound to be some artificial stupidity.

      Jeremy Clarkson "806 brake horsepower..and that on that limp wrist faerie liquid the Americans call petrol, if you run it on the more explosive jungle juice we have in Europe you'd be getting 850 brake horsepower..."

      Comment


      • #4
        You can't do dynamic function building!
        Every possible combination of functions I want has to be hand coded in.
        With a more dynamic language I can mix and match pieces of functions.
        Gigabyte GA-K8N Ultra 9, Opteron 170 Denmark 2x2Ghz, 2 GB Corsair XMS, Gigabyte 6600, Gentoo Linux
        Motion Computing M1400 -- Tablet PC, Ubuntu Linux

        "if I said you had a beautiful body would you take your pants off and dance around a bit?" --Zapp Brannigan

        Comment


        • #5
          Oracle pl/sql can do this, but the target market is kinda small.
          chuck
          Chuck
          ƧĀ§ā€¹Ć©ÅøĀ³Ć§Å”ā€žĆ§Ė†ĀøƧĖ†Āø

          Comment


          • #6
            Does it have to be web based?

            Comment


            • #7
              Originally posted by TnT
              You can't do dynamic function building!
              Every possible combination of functions I want has to be hand coded in.
              With a more dynamic language I can mix and match pieces of functions.
              Read about the Strategy design pattern and use it with Java/C++/your favorite OO language. Or else use something like Lisp/Scheme.

              HTH,
              Rahul
              Porsche: MSI K7N2-L, Athlon XP 2100+, G400 32MB DualHead, 1G RAM, 2xMaxtor 20 GB, Gentoo Linux
              Quicksilver: HP Omnibook 500, PIII 700 MHz, 512MB RAM, 30GB, RedHat Linux 9.

              Comment


              • #8
                TnT:

                You most definitely CAN custom-build functions dynamically at runtime in Java! It's one of the key features of the language, in my opinion.

                Java, internally, is virtually indistinguishable from Scheme.

                TRUST me.

                - Gurm
                The Internet - where men are men, women are men, and teenage girls are FBI agents!

                I'm the least you could do
                If only life were as easy as you
                I'm the least you could do, oh yeah
                If only life were as easy as you
                I would still get screwed

                Comment


                • #9
                  isnĀ“t that what you use the "reflection" package in java, for?
                  This sig is a shameless atempt to make my post look bigger.

                  Comment


                  • #10
                    BINGO! TdB wins a prize.

                    - Gurm
                    The Internet - where men are men, women are men, and teenage girls are FBI agents!

                    I'm the least you could do
                    If only life were as easy as you
                    I'm the least you could do, oh yeah
                    If only life were as easy as you
                    I would still get screwed

                    Comment


                    • #11
                      WOOHOO!

                      what did I win?
                      This sig is a shameless atempt to make my post look bigger.

                      Comment


                      • #12
                        You REALLY don't wanna know.

                        - Gurm
                        The Internet - where men are men, women are men, and teenage girls are FBI agents!

                        I'm the least you could do
                        If only life were as easy as you
                        I'm the least you could do, oh yeah
                        If only life were as easy as you
                        I would still get screwed

                        Comment


                        • #13
                          Okay, thanks, I did not know about the Reflection package. And yes I wanted to use something like Lisp or Scheme, but not program the entire app in it just a section.

                          Thanks,
                          Thien
                          Gigabyte GA-K8N Ultra 9, Opteron 170 Denmark 2x2Ghz, 2 GB Corsair XMS, Gigabyte 6600, Gentoo Linux
                          Motion Computing M1400 -- Tablet PC, Ubuntu Linux

                          "if I said you had a beautiful body would you take your pants off and dance around a bit?" --Zapp Brannigan

                          Comment

                          Working...
                          X