Yes, but decrypted it makes less sense than the nonsensical ramblings I wrote down in the first place.Little John wrote:So you get perfect analog cryptography for free. Cool!srod wrote:because I can't read my own writing!

Yes, but decrypted it makes less sense than the nonsensical ramblings I wrote down in the first place.Little John wrote:So you get perfect analog cryptography for free. Cool!srod wrote:because I can't read my own writing!
Code: Select all
@.str = internal constant [14 x i8] c"hello, world\0A\00"
declare i32 @printf(i8*, ...)
define i32 @main(i32 %argc, i8** %argv) nounwind {
entry:
%tmp1 = getelementptr [14 x i8], [14 x i8]* @.str, i32 0, i32 0
%tmp2 = call i32 (i8*, ...) @printf( i8* %tmp1 ) nounwind
ret i32 0
}
Code: Select all
#include <stdio.h>
int main() {
printf("Hello, World!");
return 0;
}
which is one of the reasons I'm not keen on Haxe - for the vast majority of us Haxe would require learning a whole new language (not another one, ugh!), whereas most of us are already familiar with/have invested time in C, and C is a very mature language, and has tonnes of libraries we can use alsoAxolotl wrote:Advantage on this side: I know the language C and can also program with it. yay.
Hmm yes or for smartwatches. Still one of my secret dreams, my own software on a sexy touchable smartwatch with gps and wlan <3the.weavster wrote:PB for Raspberry Pi. Very cool !