flat assembler
Message board for the users of flat assembler.
Index
> High Level Languages > Trying to make a higgh level language Goto page Previous 1, 2 |
Author |
|
Thaorius 02 Sep 2006, 14:57
You already know all that stuff guido
|
|||
02 Sep 2006, 14:57 |
|
vid 04 Sep 2006, 06:41
Quote: The function and purpose of GC is to make the the developer more efficient and less aware of compurter internals (so that he can focus on the functionality of the software instead of the infrastructure), and much less distractable since he won't have to deal with low level concepts such as allocating and freeing memory. so let me say same thing you all did, just with other words: You create software more easily for the price it is worse (slower, bigger). Now it depends whether you need easy creation (less time=money) or good quality. It's like the statement that appeared many times on this board: "the more powerful tool is, the easier it is to misuse it". Current trend is to reduce power to prevent any misuse. |
|||
04 Sep 2006, 06:41 |
|
masonswanson 05 Mar 2011, 06:31
Sorry For Replying To A 5 Year Old Post, but I Would Just Like To Say That High Level Languages Like Python, Lua, etc. Are A Very Easy Choice To Start Programming In, And Are Great For Prototyping, Obviously, Writing A Program That Performs CPU Intensive Computations Would Be Much Faster When Written In Assembly As Opposed To Being Run On A Virtual Machine, That Makes Calls To A C Runtime, Of Course After The Interpreted Text Is Parsed, And Translatd To Bytecodes Which Run On The Aforementioned Virtual Machine. But Say You Want To Fill A File Of The Size 1MB With "random" Data, you have your engineers write it in python, because it's easy...
Code: import random # First You Import The random Module FILE=open("somefile", "w") # a=0 while(a!=1024): FILE.write(chr(random.randint(0,255))) a=a+1 Then You Post It On The Internet And Some Awesome Person Will Come To Wherever It's Posted And Be Like: "Well This Is How You Do That In IA32 Machine Code" |
|||
05 Mar 2011, 06:31 |
|
Goto page Previous 1, 2 < Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2024, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.