Earlier quoted context omitted.
> now have proof in terms of intelligence of ChatGPT What.
You are intelligent. But we could get an equally-intelligent reply out of ChatGPT. Ergo, it's also intelligent.
Does DNA have the equivalent of IF-statements, WHILE loops, or function calls?
121–130 of 204 posts
Re: Does DNA have the equivalent of IF-statements, WHILE loops, or function calls?
#122>It is also to be noted that DNA is just a set of instructions and not really a fully functional entity (it is functional to some extent). However, even being just a code it is comparable to a HLL code that has to be compiled to execute its functions. See this post too.
Maybe microcode?
Re: Does DNA have the equivalent of IF-statements, WHILE loops, or function calls?
#123I'm pretty sure something this complex came from a higher order being. That whole order from chaos argument is not holding water for me with this degree of complexity.
Re: Does DNA have the equivalent of IF-statements, WHILE loops, or function calls?
#124Earlier quoted context omitted.
I'm not sure that nature and logic are related in the way you imply. A different question: Is not the atomic indivisible of computing no more that a simple switch? A binary? Is there an equivalent for this in the human mind/brain? I suspect not but would like to hear from someone who knows more.
>Is not the atomic indivisible of computing no more that a simple switch? A binary? It is for the dominant computing paradigm currently in use, but that isn't a universal truth. As I understand it, we use binary logic primarily because it's more tractable for humans to think about and work with, not because it's the only option or even the best option in all cases. For instance there are plenty of analog computers in…
Re: Does DNA have the equivalent of IF-statements, WHILE loops, or function calls?
#125From the description: "This course will assess the relationships among sequence, structure, and function in complex biological networks as well as progress in realistic modeling of quantitative, comprehensive, functional genomics analyses. Exercises will include algorithmic, statistical, database, and simulation approaches and practical applications to medicine, biotechnology, drug discovery, and genetic engineering."
https://ocw.mit.edu/courses/hst-508-genomics-and-computation...
Re: Does DNA have the equivalent of IF-statements, WHILE loops, or function calls?
#126So in Biology everything is a global variable and side effects are the standard. Got it.
Re: Does DNA have the equivalent of IF-statements, WHILE loops, or function calls?
#127Judging from: >It is also to be noted that DNA is just a set of instructions and not really a fully functional entity (it is functional to some extent). However, even being just a code it is comparable to a HLL code that has to be compiled to execute its functions. See this post too. Maybe microcode?
Re: Does DNA have the equivalent of IF-statements, WHILE loops, or function calls?
#128Notably solving TSP using the mechanics of DNA. Very interesting!
Re: Does DNA have the equivalent of IF-statements, WHILE loops, or function calls?
#129Re: Does DNA have the equivalent of IF-statements, WHILE loops, or function calls?
#130Something to be aware of as a computer person coming into biology: Biology only _looks_ like it has logical constructs, abstraction layers, and general computational frameworks. When you start working with it, you'll find everything is messier than you expected and everything interacts with everything at every level. There are no abstractions, there are no actual boundaries, and your outputs are subject to evolutiona…