Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - miotatsu

Pages: 1 [2] 3 4 ... 22
16
Miscellaneous / Re: Days of school left.....
« on: April 23, 2011, 06:09:06 pm »
31 days for me I think (not counting days off and weekends)

17
Computer Projects and Ideas / Re: [poll] New name for BasiC++
« on: January 07, 2011, 08:09:56 pm »
congratz on the name Eeems, also thank you everyone who submitted names and voted :D

18
Computer Projects and Ideas / Re: ATI-BASIC
« on: January 07, 2011, 08:00:10 pm »
BasiC++ has officially been renamed to ATI-BASIC :)

19
Computer Projects and Ideas / Re: [poll] New name for BasiC++
« on: January 07, 2011, 07:58:50 pm »
voting locked, ATI-BASIC it is :)

20
Computer Projects and Ideas / Re: [poll] New name for BasiC++
« on: January 05, 2011, 05:45:58 pm »
hmm still pretty close, I will lock it later today and just pick one I like if it is still tied I guess

21
Computer Projects and Ideas / [poll] New name for BasiC++
« on: December 29, 2010, 08:48:17 am »
I left out Tea Eye Basicomp as it was a joke name and B-- because of it sounding similar to B and C--.

22
Computer Projects and Ideas / Re: BasiC++
« on: December 28, 2010, 05:31:44 pm »
Maybe B-- ?

You know, B for BASIC, and a negative times a negative is a positive, so...

the problem with this name that I see is its similarity to B and C--
this may cause just as much confusion as the current name imo

Well, look at other programming language's names:
C
D
Haskell
Python
C++
C#
Well, they mean nothing!

So, I recommend having Ephan. It's just a random name :)

C# name was chossen as follows (according to wikipedia): The name "C sharp" was inspired by musical notation where a sharp indicates that the written note should be made a semitone higher in pitch.[8] This is similar to the language name of C++, where "++" indicates that a variable should be incremented by 1.

C# is a decendant of C++ and the name both indicates so musically and visually (a sharp looks like a two stacked ++s)

C++ also has reasoning to its name.
Etymology

According to Stroustrup: "the name signifies the evolutionary nature of the changes from C".[9] During C++'s development period, the language had been referred to as "new C", then "C with Classes". The final name is credited to Rick Mascitti (mid-1983) and was first used in December 1983. When Mascitti was questioned informally in 1992 about the naming, he indicated that it was given in a tongue-in-cheek spirit. It stems from C's "++" operator (which increments the value of a variable) and a common naming convention of using "+" to indicate an enhanced computer program. There is no language called "C plus". ABCL/c+ was the name of an earlier, unrelated programming language.

D follows the same naming convention of C in the sense that C was a descendant of the B programming language

but that leads one to wonder where the name B came from?
well it turns out B was a descendant of BCPL which was a descendant of CPL
BCPL stands for Basic Combined Programming Language
and I would guess that the name B was taken from the B in BCPL as B was very closely related to it.

so believe it or not, most of those do have reasoning behind the names :P

I have no idea about Haskell and Python though, I am sure there are reasons though (probably on wikipedia but I dont feel like checking atm)

edit: Haskell is named after logician Haskell Curry

23
Computer Projects and Ideas / Re: BasiC++
« on: December 28, 2010, 03:55:51 pm »
anyway I will start a poll for the name later today, if anyone else has a name to contribute be sure to do it now or it might not make the poll in-time!




and no tea eye basicomp won't be on the poll, sorry scout :P

24
Computer Projects and Ideas / Re: BasiC++
« on: December 26, 2010, 04:02:08 pm »

25
Computer Projects and Ideas / Re: BasiC++
« on: December 26, 2010, 03:50:36 pm »
@DJ: I am still unsure about how I will handle numbers at this point, but hopefully it will support floating point, yes.

26
Computer Projects and Ideas / Re: BasiC++
« on: December 26, 2010, 03:38:51 pm »
alright, now that christmas is past I will be working on this again, however...
I think its time that this project is renamed, because the name implies that it is a combination of basic and c++ which of course is not true at all.
BUT I can't come up with a good name, you guys should help! preferably something with BASIC/Basic in the name, something short, and something that implies that it is like ti-basic except loaded with more awesomes and for pc. I might hold a poll for voting if you guys can come up with multiple good ones :P

27
Computer Projects and Ideas / Re: BasiC++
« on: December 24, 2010, 04:05:23 pm »
DJ: yeah it still has the same goals as before.

About the pic: I DO NOT have any commands implemented as of now. I am working on the internal stuff and the picture demonstrates what it is currently doing to make it easier to interpret the source code of the programs we will soon be able to write.

about updates: I will continue to work on this and YES you will be able to do FANCY GRAPHICS but not for a while yet because graphic commands will not be added until math stuff is done. HOWEVER there will be a small break in updates because I am going to be switching from Ubuntu linux to Arch linux and also christmas stuff will take up some of my time.

I will post another screenie when the interpreter is able to handle the command Disp ".

28
Computer Projects and Ideas / Re: BasiC++
« on: December 20, 2010, 05:37:31 pm »
"BasiC++ will be an interpreted programming language for the PC based directly off of Ti-Basic"

29
Computer Projects and Ideas / Re: BasiC++
« on: December 20, 2010, 05:32:09 pm »
ScoutDavid:
no, this will be an interpreted ti-basic-like language for PC, the C++ in BasiC++ is a reference to the language the interpreter is being coded in.

30
Computer Projects and Ideas / Re: BasiC++
« on: December 20, 2010, 05:28:23 pm »
eye candy has arrived! I am not sure if I mentioned, but I started over from scratch. it no longer has a window for the time being, and I did not start with variables. Instead I have been working on a preprocessor. this will run through the code translating it into something easier to parse, this new code is stored in a temporary file. when the preprocessor is finished, the interpreter will take over and begin interpreting the code line by line. So far I have the preprocessor remove whitespace (except for newlines) and make all text be in caps. also it will leave a string intact and it is not required to have the closing " for it to read it as a string, just like in ti-basic.

and now the eye candy:

Pages: 1 [2] 3 4 ... 22