So I've heard many novel things about GO
one resounding claim was something along the lines of: " Go is the spiritual predecessor of C++ "
I'm interested to know if anyone knows any implementations of GO specifically in bioinformatics
GO has a reputation for being the bees knees when it comes to parallelization so I'd guess it would be ideal.
Predecessor? Perhaps you mean 'successor' :)
I've been keeping an eye on GO since it started. It looks cool. But I am always fearful of Google's product because they like to introduce a cool product and then shut it down.
GO is about as search-engine friendly as R.
Use golang as the search term, I've found.
Yeah, lots of gene ontology stuff in the results, lol :-S
Hmm I know what you're saying... but correct me if I'm wrong but most of the stuff they've shut down has been apps / platforms? I think GO might be a little deeper
I have been asking myself similar questions on the "next best" language for bioinformatics. Recently I have taken an interest in clojure, with lisp syntax(write efficient code), full java interlope (use existing libraries) and a software transactional memory(great concurrency support) I think it might be worth taking a look at.
burlappsack this sounds like no other implementation I've ever heard of ... I have no idea how clojure or lisp are implemented but after a search someone said " find any way to sneak it in ". What does this stack look like? are you using particular functions in lisp which are called in java? Or?