Weapon that stays on the ground? (napalm, poision,...) - Page 2

Weapon that stays on the ground? (napalm, poision,...)

Requests for features in the spring code.

Moderator: Moderators

User avatar
AF
AI Developer
Posts: 20687
Joined: 14 Sep 2004, 11:32

Post by AF »

BASIC is utter fail, C style syntax is the pinnacle of syntax design.
User avatar
rattle
Damned Developer
Posts: 8278
Joined: 01 Jun 2006, 13:15

Post by rattle »

Agreed.
User avatar
Pxtl
Posts: 6112
Joined: 23 Oct 2004, 01:43

Post by Pxtl »

rattle wrote:Agreed.
As someone who codes C# for a living, I have to disagree.

The word-based logical operators of Basic (NOT, AND, OR) are much more legible than the silly ||,&&,! stuff. Plus, the whole C/Basic/Pascal family of languages are hopelessly stuck in Von-Neumann architecture paradigm with some functional-programming logic badly grafted on.

Besides the simple fact that any staticly-typed language without a solid macro system will eventually frustrate your refactoring with it's limitations.

Either way, though, C++ is nicer than a lot of it's relatives.
User avatar
MadRat
Posts: 532
Joined: 24 Oct 2006, 13:45

Post by MadRat »

When I see || then I think piped output.
When I see && then I think "and do".
When I see ! then I think "not".
But that is all because of M$'s scripting.

What do those terms mean in C again?
Kloot
Spring Developer
Posts: 1867
Joined: 08 Oct 2006, 16:58

Post by Kloot »

Logical OR, -AND, and -NOT (which you can #define to OR, AND, and NOT if word-based operators are your thing).
User avatar
MadRat
Posts: 532
Joined: 24 Oct 2006, 13:45

Post by MadRat »

Damn, that helps alot. Books on C are very cryptic for basic knowledge like that. From a personal viewpoint it looks like dogshit to read without the simple words in their place. I bet the languange would be a lot more simple than it looks if it just read simpler.
User avatar
FLOZi
MC: Legacy & Spring 1944 Developer
Posts: 6242
Joined: 29 Apr 2005, 01:14

Post by FLOZi »

Then look at an online reference, say this one or that one or countless others

:P
User avatar
knorke
Posts: 7971
Joined: 22 Feb 2006, 01:02

Post by knorke »

as it is offtopic anyway..

Code: Select all

#include <stdio.h> 
main(t,_,a) 
char *a; 
{return!0<t?t<3?main(-79,-13,a+main(-87,1-_, 
main(-86, 0, a+1 )+a)):1,t<_?main(t+1, _, a ):3,main ( -94, -27+t, a 
)&&t == 2 ?_<13 ?main ( 2, _+1, "%s %d %d\n" ):9:16:t<0?t<-72?main(_, 
t,"@n'+,#'/*{}w+/w#cdnr/+,{}r/*de}+,/*{*+,/w{%+,/w#q#n+,/#{l,+,/n{n+\ 
,/+#n+,/#;#q#n+,/+k#;*+,/'r :'d*'3,}{w+K w'K:'+}e#';dq#'l q#'+d'K#!/\ 
+k#;q#'r}eKK#}w'r}eKK{nl]'/#;#q#n'){)#}w'){){nl]'/+#n';d}rw' i;# ){n\ 
l]!/n{n#'; r{#w'r nc{nl]'/#{l,+'K {rw' iK{;[{nl]'/w#q#\ 
n'wk nw' iwk{KK{nl]!/w{%'l##w#' i; :{nl]'/*{q#'ld;r'}{nlwb!/*de}'c \ 
;;{nl'-{}rw]'/+,}##'*}#nc,',#nw]'/+kd'+e}+;\ 
#'rdq#w! nr'/ ') }+}{rl#'{n' ')# }'+}##(!!/") 
:t<-50?_==*a ?putchar(a[31]):main(-65,_,a+1):main((*a == '/')+t,_,a\ 
+1 ):0<t?main ( 2, 2 , "%s"):*a=='/'||main(0,main(-61,*a, "!ek;dc \ 
i@bK'(q)-[w]*%n+r3#l,{}:\nuwloca-O;m .vpbks,fxntdCeghiry"),a+1);
}
(not by me)
User avatar
Peet
Malcontent
Posts: 4384
Joined: 27 Feb 2006, 22:04

Post by Peet »

MinGW didn't like that.
User avatar
AF
AI Developer
Posts: 20687
Joined: 14 Sep 2004, 11:32

Post by AF »

The C style logic operators are rooted in maths, with a few little changes e.g. && and not & because & is bitwise || because | is bitwise etc....

Basic AND OR NOT etc are rooted in english language and are aimed at being easier for new people to use. imo basic is somewhat of a mistake and VB .Net is a vain attempt to recover. imo MS should have ditched VB and focused on C#. I'm still not sure why some companies insist on VB .Net when C# is available.
User avatar
knorke
Posts: 7971
Joined: 22 Feb 2006, 01:02

Post by knorke »

P3374H wrote:MinGW didn't like that.
maybe disable some warnings or something?
it works for me and is kinda cool i think..
Post Reply

Return to “Feature Requests”