The Crack Programming Language
21–30 of 33 posts
Re: The Crack Programming Language
#22import crack.io cout; x := 'test'; cout `This is a $x\n`; # prints "this is a test" to standard output. Really weird strings... I don't even know how to type this character with my keyboard layout. Nice job for this language. It has a lot of things for so few versions. I couldn't build something like this. But who would use this? D is 10 times better and mature and almost no one uses it.
The scripting language is Perl, apparently.
Perl's strings look pretty much the same as everyone else's strings.
Re: The Crack Programming Language
#23Earlier quoted context omitted.
I''l give you an example: http://en.wikipedia.org/wiki/File:KB_Italian.svg edit: a couple of funny things for italian keyboards, if you are a programmer or use linux/unix: there is no backtick, there is no tilde, '/' is shift-7, '/' and '?' are on different keys, '{}' are on altgr-shift-è.
It might go a long way to explaining why I don't come across many Italian Unix sysadmins, and the few I have come across coded their system scripts in php.
Re: The Crack Programming Language
#24Earlier quoted context omitted.
You don't know where to find the backtick on your keyboard?!
I''l give you an example: http://en.wikipedia.org/wiki/File:KB_Italian.svg edit: a couple of funny things for italian keyboards, if you are a programmer or use linux/unix: there is no backtick, there is no tilde, '/' is shift-7, '/' and '?' are on different keys, '{}' are on altgr-shift-è.
Re: The Crack Programming Language
#25wonderful.
Re: The Crack Programming Language
#26Once could make all sorts of comments about the fact that this article currently appears immediately above the one on 'hacking my vagina' - but that would be too easy.
Re: The Crack Programming Language
#27"Crack aims to provide the ease of development of a scripting language with the performance of a compiled language." Have you looked at the Flua project yet? It's pretty much this and much more. http://flua-lang.org/
Re: The Crack Programming Language
#28I am inclined to dismiss the language for this: i++
Re: The Crack Programming Language
#29This page doesn't sell it to me. Maybe it's a great language, who knows? 1. With Go, I understand the point. It makes advances in terms of how easy it is to write concurrent programs, without completely ditching the traditional imperative model. 2. Rust is a different take on the same point. We want concurrency and safety. Rust's difference from Go is that it is more safe, and makes it easier to give latency guarante…
Re: The Crack Programming Language
#30"Crack aims to provide the ease of development of a scripting language with the performance of a compiled language." Have you looked at the Flua project yet? It's pretty much this and much more. http://flua-lang.org/
You are joking aren't you? There's not a line of documentation on the Flua webpage. The Windows download doesn't open on my Windows machine and I need a GUI to run it on Linux (which my linux box doesn't support). It also claims to be as fast as C, but a cursory examination of the source suggests it is entirely written in Python and Flua!
Just stay on a constructive level. It would have been nice if you submitted a bug report on GitHub about the error you got on your Windows machine.