Subj : Re: Progamming language for hackers? To : comp.programming From : [Jongware] Date : Mon Oct 10 2005 06:33 pm "Juuso Hukkanen" wrote in message news:k1nkk19cn9tp3r0q16ciuqtocg8q1897tk@4ax.com... >>Juuso Hukkanen wrote: >>> 1) why user must write those includes. We were easily able to make all >>> the required includes to become automatically included, why can't C >>> standard committee allow/do the same. .... > We have a huge (dictionary kind of) sorted list of > all the functions and function alias names. .... Taken from the web site: If( t3d_environment_IS_TOYOTA_n_LEXUS) { t3d_open_ROOF_WINDOW(); } else { t3d_write_CONSOLE("Not a Toyota LEXUS"); } .... this gonna be in your standard library? But I think I understand this programming language! If I want to create a game, I'd write: do { t3d_start_game_DOOM4 (ENVIRONMENT_USE_1600X1280); t3d_show_score(); } while (t3d_environment_IS_NOT_PRESSED_YET(QUIT_BUTTON)); with the added bonus that the last line can also read: .... }while (t3d_environment_???_???_????????_?????(QUIT_BUTTON)); .... and then bother someone else to write the huge library function 't3d_start_game_DOOM4' for me! > (It is like a spell checker; got that idea from a programming language > shootout which checked existence of all words in a 350 kB dictionary > file against a similar 350 kB dictionaly file in less than 0.8 seconds > http://66.249.93.104/search?q=cache:wzJO2qrnVq8J:www.bagley.org/~doug/shootout/bench/spellcheck/+doug+shootout+programming+%22spell+checker%22&hl=fi I fail to see t3d in this list. Maybe because it took longer than 23.57 sec to run? Dropped entirely out of the list? > Hey, that gave me an idea, there are NGs like #comp.ai.nat-lang and > #comp.lang.functional I go and harass them about the usefulness of > this 2 page language / dialect thing. Please do. [jongware] --Not counting myself as a hacker, BTW. Just a programmer. Barely. .