14821
Progress Journals & Experimental Routines / Re: ADARQ's journal
« on: April 18, 2012, 06:39:29 am »
btw forgot to paste the second half of reply, about your dad's 40 years hardcore coding.. sick man.. what kind of stuff did/does he do?
i don't know anything about fortran/cobol.. even though scheme is "old", it is incredibly powerful still to this day.. alot of android software is written in lisp as a current example.
scheme is ridiculously clean and lacks the bulk of common lisp, that's why i chose to go with it.. also, scheme is pretty much the language of artificial intelligence & genetic programming, so I have to get really sick with scheme, because one of the avenues I want to get really good at, is a.i. , genetic programming, neural networks etc.
this "bot" thing i'm doing, will incorporate alot of that stuff eventually.. plus I want it to become some kind of "social programming environment", where people can mess around and code WHILE chatting together.. it already has that functionality now that gnu guile is incorporated.. i'm pondering whether or not i should incorporate something like golang/python etc, various langs.. the only problem is irc's message size & those languagages don't let themselves to "one liners", well C does.. int main() { int x; for(;
{ puts(""); } } etc.. but python definitely no, goland probably not.. C/lisp can fit nicely on one line..
to incorporate golang/python etc, i'd probably have to do like..
^golang start loop1
... typing code multiple lines....
^golang end
and then you could do something like:
^goland loop1 <args..>
sounds ez actually.. i'll probably incorporate it fairly soon.. not sure about C though, i don't know if i want code compiling on my system.. python/golang could run right from an interpreter, it's definitely cleaner and safer.
peace man
i don't know anything about fortran/cobol.. even though scheme is "old", it is incredibly powerful still to this day.. alot of android software is written in lisp as a current example.
scheme is ridiculously clean and lacks the bulk of common lisp, that's why i chose to go with it.. also, scheme is pretty much the language of artificial intelligence & genetic programming, so I have to get really sick with scheme, because one of the avenues I want to get really good at, is a.i. , genetic programming, neural networks etc.
this "bot" thing i'm doing, will incorporate alot of that stuff eventually.. plus I want it to become some kind of "social programming environment", where people can mess around and code WHILE chatting together.. it already has that functionality now that gnu guile is incorporated.. i'm pondering whether or not i should incorporate something like golang/python etc, various langs.. the only problem is irc's message size & those languagages don't let themselves to "one liners", well C does.. int main() { int x; for(;
{ puts(""); } } etc.. but python definitely no, goland probably not.. C/lisp can fit nicely on one line..to incorporate golang/python etc, i'd probably have to do like..
^golang start loop1
... typing code multiple lines....
^golang end
and then you could do something like:
^goland loop1 <args..>
sounds ez actually.. i'll probably incorporate it fairly soon.. not sure about C though, i don't know if i want code compiling on my system.. python/golang could run right from an interpreter, it's definitely cleaner and safer.
peace man
)