# <!-- METAHEADER
# –––––––––––––––––––––––––––––––––––––––––––––––––– -->
"*": "https://raw.githubusercontent.com/wefindx/schema/master/intent/oo-item.yaml"
# <!-- HEADER
# –––––––––––––––––––––––––––––––––––––––––––––––––– -->
"base:title": "0oo - Programming Language for Code of Earth Life"
"og:title": "Programming Language for Code of Earth Life"
"og:description": "So, the code of Life on Earth is quite well understood: we have the [molecular biology dogma](https://en.wikipedia.org/wiki/Central_dogma_of_molecular_biology) ([DNA -&gt; RNA -&gt; Amino Acid](https://upload.wikimedia.org/wikipedia/commons/4/4f/Central_dogma_DNA_RNA_AA.png)), and the [gene products](https://en.wikipedia.org/wiki/Gene_product) are well organized in [biological databases](https://en.wikipedia.org/wiki/List_of_biological_databases). Life has sporadically created a plethora of molecules, via mostly protein-drive metabolic pathways, therefore, **proteins can be thought of as high level &quot;reserved words&quot; of language of life in context of particular metabolism**, and the information about them could be organized a bit like how programming languages are organized (with functions having their docstrings, and protein [active sites](https://en.wikipedia.org/wiki/Active_site) having their type definitions), etc. Ultimately, having some language …"
"og:image": "https://avatars0.githubusercontent.com/u/28134655"
"og:url": "/intent/10001/"
"base:css": "/static/css/bootstrap.min.9c25540d6272.css"
"base:extra-css": "/static/css/base.57997aeac1df.css"
"base:favicon": "/static/favicon.acaa334f0136.ico"
"base:body_class": ""
"layout:logo": "/static/0oo.8d2a8bbef612.svg"
"layout:index": "/"
"layout:menu": "/menu/"
"layout:categories": "/intents/"
"layout:ideas": "/methods/"
"layout:projects": "/projects/"
"layout:users": "/users/"
"layout:about": "/about/"
"layout:help": "/help/"
"layout:bug_report": "https://github.com/wefindx/0oo"
"layout:login": "/accounts/login/"
"layout:light-off": "/darken/?darken=true"
"layout:set-multilingual": "/mulang/?mulang=true"
"layout:lang": "<n class="oo">O; </n>"
"layout:set-language-post-action": "/i18n/setlang/"
"layout:csrf-token": "TPBSbrJpHMM3e9Bk5K7AlqYYD13ixiHlrD4Nftq7n4A6ASQ27VA4DpMaCuv2Nc7M"
"layout:input-next": "/intent/10001/"
"layout:languages": [{"code": "ja", "is-active": "false", "name": "日本語"}, {"code": "lt", "is-active": "false", "name": "Lietuviškai"}, {"code": "zh-hans", "is-active": "false", "name": "简体中文"}, {"code": "en", "is-active": "false", "name": "English"}, {"code": "ru", "is-active": "false", "name": "Русский"}, {"code": "oo", "is-active": "true", "name": "O;o,"}]
# <!-- TOPIC
# –––––––––––––––––––––––––––––––––––––––––––––––––– -->
"item:parent:intents": [{"title": "Biology", "url": "/intent/901/"}, {"title": "Cell and Molecular Biology", "url": "/intent/915/"}, {"title": "Computing", "url": "/intent/902/"}]
"item:title": "Programming Language for Code of Earth Life"
"item:votes": 0
"item:add-vote": "#addnote"
"item:intent": "/intent/10001/?l=oo"
"item:base-administration": false
"item:body": |
    So, the code of Life on Earth is quite well understood: we have the [molecular biology dogma](https://en.wikipedia.org/wiki/Central_dogma_of_molecular_biology) ([DNA -> RNA -> Amino Acid](https://upload.wikimedia.org/wikipedia/commons/4/4f/Central_dogma_DNA_RNA_AA.png)), and the [gene products](https://en.wikipedia.org/wiki/Gene_product) are well organized in [biological databases](https://en.wikipedia.org/wiki/List_of_biological_databases).
    
    Life has sporadically created a plethora of molecules, via mostly protein-drive metabolic pathways, therefore, **proteins can be thought of as high level "reserved words" of language of life in context of particular metabolism**, and the information about them could be organized a bit like how programming languages are organized (with functions having their docstrings, and protein [active sites](https://en.wikipedia.org/wiki/Active_site) having their type definitions), etc.
    
    Ultimately, having some language like that, describing a particular genome may be very short, like just instantiate these set of proteins, and certain metabolic environment.
    
    However, how to realize such programming language is a question. I hadn't see one exist yet.
"item:permalink": "/intent/10001/?l=oo"
"item:source-date": ""
"item:owner": "Mindey"
"item:ownerlink": "/user/147/Mindey"
"item:created": "2021-03-24T21:35:24.977755"
"item:intent:child:add": "/admin/hlog/intent/add/?parent=10001"
# <!-- LINKS
# –––––––––––––––––––––––––––––––––––––––––––––––––– -->
"item:method:items":
"item:method:add": "/admin/hlog/method/add/?parent=10001"
"item:comment:add": "/intents/addnote?parent=10001"
"item:comment:add:csrf_token": "TPBSbrJpHMM3e9Bk5K7AlqYYD13ixiHlrD4Nftq7n4A6ASQ27VA4DpMaCuv2Nc7M"
"item:comment:form": |
    <li> <textarea name="text" cols="40" rows="10" id="addnote" class="comment-textarea" required>
    </textarea></li>
    <li><label for="id_vote">Vote&lt;n class=&quot;oo&quot;&gt;:` &lt;/n&gt;</label> <select name="vote" id="id_vote">
      <option value="-1">[−]</option>
      <option value="0" selected>-</option>
      <option value="1">[+]</option>
    </select></li>
    <li><label for="id_crawl">Silently&lt;n class=&quot;oo&quot;&gt;:` &lt;/n&gt;</label> <input type="checkbox" name="crawl" onchange="handleSilently(this)" id="id_crawl"></li>
    <li><label for="id_has_questions">Questions&lt;n class=&quot;oo&quot;&gt;:` &lt;/n&gt;</label> <input type="checkbox" name="has_questions" id="id_has_questions"> <span class="helptext">Mark if the comment raises new questions.</span></li>
    <li><label for="id_has_ideas">Ideas&lt;n class=&quot;oo&quot;&gt;:` &lt;/n&gt;</label> <input type="checkbox" name="has_ideas" id="id_has_ideas"> <span class="helptext">Mark if the comment contributes potential solutions.</span></li>
    <li><label for="id_has_facts">Facts&lt;n class=&quot;oo&quot;&gt;:` &lt;/n&gt;</label> <input type="checkbox" name="has_facts" id="id_has_facts"> <span class="helptext">Mark if the comment contributes facts for reasoning.</span></li>
    <a href="/accounts/login/">Please, <u>log in</u>.</a>
# <!-- COMMENTS
# –––––––––––––––––––––––––––––––––––––––––––––––––– -->
"item:comment:items":
"base:js": "/static/js/base.c7357c06cc89.js"
