|
New Language Ideas
If someone were to create a brand new programming language, what ideas would you want to go into it? Are there features of other languages that you would want in it? Are there features that you thought would be great in another language, and that would be good in a new one?
Be as detailed as possible, and mention any ideas you'd like within bounds, from any other language, or brand new ideas never seen before. Let's make the best language ever!
__________________
% rc4 hexkey < input > output
#define S ,t=s[i],s[i]=s[j],s[j]=t /* rc4 hexkey <file */
unsigned char k[256],s[256],i,j,t;main(c,v,e)char**v;{++v;while(++i)s[
i]=i;for(c=0;*(*v)++;k[c++]=e)sscanf((*v)++-1,"%2x",&e);while(j+=s[i]
+k[i%c]S,++i);for(j=0;c=~getchar();putchar(~c^s[t+=s[i]]))j+=s[++i]S;}
Last edited by iignotus; May 14th, 2005 at 11:06 PM.
|