Programming Question of the Week?
-
Well, seing that it's going to come up sooner rather than later, I might as well mention it right away: VB.Net! ;)
Anything that is unrelated to elephants is irrelephant
Anonymous
-----
The problem with quotes on the internet is that you can never tell if they're genuine
Winston Churchill, 1944
-----
I'd just like a chance to prove that money can't make me happy.
Me, all the timeA Haiku about VB.NET coding:
No no no no no
No no no no no no no
No no no no noBad command or file name. Bad, bad command! Sit! Stay! Staaaay...
-
A Haiku about VB.NET coding:
No no no no no
No no no no no no no
No no no no noBad command or file name. Bad, bad command! Sit! Stay! Staaaay...
Shouldn't there have been a
_GoTo_
somewhere in there? :confused: And an_On Error Resume Next_
Anything that is unrelated to elephants is irrelephant
Anonymous
-----
The problem with quotes on the internet is that you can never tell if they're genuine
Winston Churchill, 1944
-----
I'd just like a chance to prove that money can't make me happy.
Me, all the time -
I don't get this fad in "functional programming". Who can recommend a decent dysfunctional language?
Life is too shor
Visual Basic 4 calling into 32 bit MASM.
Regards, Nish
Website: www.voidnish.com Blog: voidnish.wordpress.com
-
I don't get this fad in "functional programming". Who can recommend a decent dysfunctional language?
Life is too shor
Obviously JavaScript can't be beat in this discipline. JavaScript-is-a-dysfunctional-programming-language - The Insider News[^]
If the brain were so simple we could understand it, we would be so simple we couldn't. — Lyall Watson
-
Visual Basic 4 calling into 32 bit MASM.
Regards, Nish
Website: www.voidnish.com Blog: voidnish.wordpress.com
\m/
veni bibi saltavi
-
Shouldn't there have been a
_GoTo_
somewhere in there? :confused: And an_On Error Resume Next_
Anything that is unrelated to elephants is irrelephant
Anonymous
-----
The problem with quotes on the internet is that you can never tell if they're genuine
Winston Churchill, 1944
-----
I'd just like a chance to prove that money can't make me happy.
Me, all the timeNo no no no no
No no no no no no no
No no no no noBad command or file name. Bad, bad command! Sit! Stay! Staaaay...
-
Shouldn't there have been a
_GoTo_
somewhere in there? :confused: And an_On Error Resume Next_
Anything that is unrelated to elephants is irrelephant
Anonymous
-----
The problem with quotes on the internet is that you can never tell if they're genuine
Winston Churchill, 1944
-----
I'd just like a chance to prove that money can't make me happy.
Me, all the timeOn Error Resume Next
10 Print "No no no no no"
20 Goto 10Happy now? :-D
"These people looked deep within my soul and assigned me a number based on the order in which I joined." - Homer
-
Obviously JavaScript can't be beat in this discipline. JavaScript-is-a-dysfunctional-programming-language - The Insider News[^]
If the brain were so simple we could understand it, we would be so simple we couldn't. — Lyall Watson
No swearing in the lounge! Feckin Java Feckin Script!
veni bibi saltavi
-
On Error Resume Next
10 Print "No no no no no"
20 Goto 10Happy now? :-D
"These people looked deep within my soul and assigned me a number based on the order in which I joined." - Homer
The line numbering takes me way further back than VB.Net, all the way to Commodore 64 (and as you know, I'm in a nostalgic mood today :laugh:) :thumbsup:
Anything that is unrelated to elephants is irrelephant
Anonymous
-----
The problem with quotes on the internet is that you can never tell if they're genuine
Winston Churchill, 1944
-----
I'd just like a chance to prove that money can't make me happy.
Me, all the time -
The line numbering takes me way further back than VB.Net, all the way to Commodore 64 (and as you know, I'm in a nostalgic mood today :laugh:) :thumbsup:
Anything that is unrelated to elephants is irrelephant
Anonymous
-----
The problem with quotes on the internet is that you can never tell if they're genuine
Winston Churchill, 1944
-----
I'd just like a chance to prove that money can't make me happy.
Me, all the timeIn VB3 you could use optional line numbers. We had a doofus who would put them in as it 'helped with debugging'. We had him humanely destroyed.
veni bibi saltavi
-
In VB3 you could use optional line numbers. We had a doofus who would put them in as it 'helped with debugging'. We had him humanely destroyed.
veni bibi saltavi
You can still do that (use line numbers, that is) - I just checked in my VS 2015. Not only for VB, even for C#! :~ Tools / Options / Text Editor / Basic (or C#) - And there it is: The Line numbers checkbox :laugh:
Anything that is unrelated to elephants is irrelephant
Anonymous
-----
The problem with quotes on the internet is that you can never tell if they're genuine
Winston Churchill, 1944
-----
I'd just like a chance to prove that money can't make me happy.
Me, all the time -
I don't get this fad in "functional programming". Who can recommend a decent dysfunctional language?
Life is too shor
Javascript! A perfectly dysfunctional language! ;P (and also a perfectly cromulent one! ;) )
All in one Menu-Ribbon Bar DirectX for WinRT/C# since 2013! Taking over the world since 1371!
-
In VB3 you could use optional line numbers. We had a doofus who would put them in as it 'helped with debugging'. We had him humanely destroyed.
veni bibi saltavi
You can still use line numbers in the latest version of VB.NET:
10: Dim i As Integer = 1
20: Console.WriteLine("Nope")
30: If i < 10 Then
40: i += 1
50: Goto 20
60: End If
"These people looked deep within my soul and assigned me a number based on the order in which I joined." - Homer
-
The line numbering takes me way further back than VB.Net, all the way to Commodore 64 (and as you know, I'm in a nostalgic mood today :laugh:) :thumbsup:
Anything that is unrelated to elephants is irrelephant
Anonymous
-----
The problem with quotes on the internet is that you can never tell if they're genuine
Winston Churchill, 1944
-----
I'd just like a chance to prove that money can't make me happy.
Me, all the timeAh, yes... line numbering... and then you realize you need a chunk of code in the middle and no line numbers are left. That created a need for a program that could renumber your code. Fondly remembered...
-
Ah, yes... line numbering... and then you realize you need a chunk of code in the middle and no line numbers are left. That created a need for a program that could renumber your code. Fondly remembered...
IIRC most, if not all, BASIC systems supported a
RENUM
command.veni bibi saltavi
-
Shouldn't there have been a
_GoTo_
somewhere in there? :confused: And an_On Error Resume Next_
Anything that is unrelated to elephants is irrelephant
Anonymous
-----
The problem with quotes on the internet is that you can never tell if they're genuine
Winston Churchill, 1944
-----
I'd just like a chance to prove that money can't make me happy.
Me, all the time -
IIRC most, if not all, BASIC systems supported a
RENUM
command.veni bibi saltavi
Missing in Commodore BASIC and C-64 BASIC which was an even older version of Commodore BASIC. Commodore BASIC had decent garbage handling; C-64.. not so much.
-
VBA is the language of Office macros. It's like VB6-lite - all the horrible syntax and design decisions, with some extra restrictions on top. And VB.NET still supports both
On Error ...
andGoto
.
"These people looked deep within my soul and assigned me a number based on the order in which I joined." - Homer
-
Sinisa Hajnal wrote:
VB.NET is object oriented
Yes, but you can still use GoTo! ;)
Anything that is unrelated to elephants is irrelephant
Anonymous
-----
The problem with quotes on the internet is that you can never tell if they're genuine
Winston Churchill, 1944
-----
I'd just like a chance to prove that money can't make me happy.
Me, all the time -
I don't get this fad in "functional programming". Who can recommend a decent dysfunctional language?
Life is too shor
megaadam wrote:
Who can recommend a decent dysfunctional language?
Python Ruby VB PHP Javascript C++ (yes, C++, because from what I've seen, what was once elegant has become a monster in symbol obfuscation hell) Marc
Imperative to Functional Programming Succinctly Contributors Wanted for Higher Order Programming Project!