what sucks more than javascript programing?

Editing my las vegas holiday video, finishing it, saving it, restarting the pc to find Windows is no disguised swearing so have to do a complete reformat although I backed up the video sequence upon reformat I could not get the file to load up again because it was corrupted or something, so I fear I may have lost all that work :(
 
Stringy said:
The syntax looks aesthetically similar.
I'd go as far as to say the syntax is similar. e.g for & while loops, switch statements, if statements, etc are almost identical (well, in most case they *are* identical).

Try Haskell, then say javascript is annoying :(
 
java is great, most of the time you can write code which once compiled works on linux/win/macos okishly (some GUI stuff is often a bit iffy). I'm currently writing a basic IDE in it for my final project at uni.

C++ is also good, hell to get x platform though, even using stuff such as wxwidgets....
 
MiGSY said:
Assembly?

I've found programming in assembly to be easier than some higer level languages actualy, granted it can be more frustrating when you encounter problems, but I've not had any major problems when using it.
 
kreeeee said:
It's an incredibly easy and fluid language :s

Why do you dislike it? It's like C but easier to use and stuff liek Haskell is a joke in comparison.


possibly because we got taught it using bluej (http://www.bluej.org/) which is a hideous ide, and the fact that although using the same SDK, 3 different IDEs will live check the code while you write it, and then complain about the structure of it , just because iit's not aesthetically pleasing to someone.

Used trial version of jbuilder, full versions of netbeans (not bad) and also the bluej ide
 
I did a module on prgramming with a vector based language called K (which I am assured is used lots in large financial and number crunching systems - amazingly I got over 80%, one of my highest Uni grades, and it still gives me headaches to look at)..


How does this look for not exactly easy to read:

Code:
/ http://www.kuro5hin.org/story/2002/6/25/122237/078
/ find one-letter change paths for the following

x:(`make`love;`bread`wheat;`resist`futile;`effaces`cabaret
   `wood`fire;`climb`rocks;`stones`chisel;`amperes`voltage)

/ words grouped by count
\t W@:8#{((=x),,!0)u?/:!1+|/u:?x}@#:'W:0:"word.lst"

/ graphs from equivalence classes of one-letter deletes `an`in<`n<`an`in
\t G:{(?,/@[n#,!0;x;,;!n:#x]@)'x:+{x?/:x:26 _sv 1_ x}'(1!)\_ic+x}'W

/ f-path to x from y http://kx.com/a/k/examples/graph.k  (f-path to x from y)
p:{[f;x;y]:[#*y:|{(#y)&~x _in y}[x]{_dvl[?,/f x]v,:x}\y,v::();x{y@*&x _in/:f y}\1_ y;()]}

/ wrapper
W:`$W;P:{W[n] p[G[n]]. W[n:#$*x]?/:x}
\t P'x

/ cache results
A:B:();C:{:[(x@:<x)_in A;B A?x;*|B,:,P@*|A,:,x]}
\t C't,|:'t:x,x,x,x
 
I've just remembered a programming language I stumbled across a few years ago. It's called Brain****.

Hello World program written in Brain****:

++++++++++
[
>+++++++>++++++++++>+++>+<<<<-
]
>++.
>+.
+++++++.
.
+++.
>++.
<<+++++++++++++++.
>.
+++.
------.
--------.
>+.
>.

:eek: :D
 
MiGSY said:
I've just remembered a programming language I stumbled across a few years ago. It's called Brain****

yer, some of the intentionally evil programming langs are just plain silly Unlambda a pretty good example of one thats just totally un-readable and pretty darn hard to write with too!

Code:
```s``s``sii`ki
  `k.*``s``s`ks
 ``s`k`s`ks``s``s`ks``s`k`s`kr``s`k`sikk
  `k``s`ksk
i mean wtf???
 
Back
Top Bottom