<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <icon>http://ln.ht/_/images/favicon-4c526c32c48400028d7739cac47cd2a3.svg?vsn=d</icon>
  <link type="text/html" rel="alternate" href="http://ln.ht/python/JavaScript/go"/>
  <link type="application/atom+xml" rel="self" href="http://ln.ht/_/feed/python/JavaScript/go"/>
  <id>http://ln.ht/_/feed/python/JavaScript/go</id>
  <title>Bookmarks tagged with: python,JavaScript,go</title>
  <updated>2026-09-17T20:59:19.980470Z</updated>
  <entry>
    <category label="Go" term="Go"/>
    <category label="JavaScript" term="JavaScript"/>
    <category label="Python" term="Python"/>
    <category label="Processing" term="Processing"/>
    <category label="Document" term="Document"/>
    <author>
      <name>sebastien</name>
      <uri>https://ln.ht/~sebastien</uri>
    </author>
    <content type="html">&lt;p&gt;
This looks like it’s ticking all the boxes: formats, speed, languages.&lt;/p&gt;
</content>
    <link rel="alternate" href="https://github.com/yfedoseev/office_oxide"/>
    <id>https://github.com/yfedoseev/office_oxide</id>
    <title>yfedoseev/office_oxide: Office document extraction/processingfor Python, Rust, Go, JS</title>
    <updated>2026-08-14T21:24:25Z</updated>
  </entry>
  <entry>
    <category label="ruby" term="ruby"/>
    <category label="elixir" term="elixir"/>
    <category label="java" term="java"/>
    <category label="kotlin" term="kotlin"/>
    <category label="typescript" term="typescript"/>
    <category label="javascript" term="javascript"/>
    <category label="ts" term="ts"/>
    <category label="js" term="js"/>
    <category label="bun" term="bun"/>
    <category label="node" term="node"/>
    <category label="c++" term="c++"/>
    <category label="cpp" term="cpp"/>
    <category label="c-sharp" term="c-sharp"/>
    <category label="python" term="python"/>
    <category label="golang" term="golang"/>
    <category label="go" term="go"/>
    <category label="event-stream" term="event-stream"/>
    <category label="pub-sub" term="pub-sub"/>
    <category label="task-queue" term="task-queue"/>
    <category label="repository" term="repository"/>
    <category label="rust" term="rust"/>
    <category label="sqlite-extension" term="sqlite-extension"/>
    <category label="sqlite" term="sqlite"/>
    <category label="sql" term="sql"/>
    <author>
      <name>istvanbozso</name>
      <uri>https://ln.ht/~istvanbozso</uri>
    </author>
    <content type="html"></content>
    <link rel="alternate" href="https://github.com/russellromney/honker"/>
    <id>https://github.com/russellromney/honker</id>
    <title>GitHub - russellromney/honker: SQLite extension + bindings for Postgres NOTIFY/LISTEN semantics with durable queues, streams, pub/sub, and scheduler · GitHub</title>
    <updated>2026-05-29T10:23:21Z</updated>
  </entry>
  <entry>
    <category label="c" term="c"/>
    <category label="java" term="java"/>
    <category label="javascript" term="javascript"/>
    <category label="python" term="python"/>
    <category label="go" term="go"/>
    <category label="perl" term="perl"/>
    <category label="programming" term="programming"/>
    <category label="technology" term="technology"/>
    <category label="tester" term="tester"/>
    <category label="regular_expressions" term="regular_expressions"/>
    <category label="regexp" term="regexp"/>
    <category label="regex" term="regex"/>
    <author>
      <name>SergeantBiggs</name>
      <uri>https://ln.ht/~SergeantBiggs</uri>
    </author>
    <content type="html">&lt;p&gt;
Regular expression tester with syntax highlighting, explanation, cheat sheet for PHP/PCRE, Python, GO, JavaScript, Java, C&lt;/p&gt;
</content>
    <link rel="alternate" href="https://regex101.com/"/>
    <id>https://regex101.com/</id>
    <title>regex101: build, test, and debug regex</title>
    <updated>2026-04-14T20:00:24Z</updated>
  </entry>
  <entry>
    <category label="bash" term="bash"/>
    <category label="python" term="python"/>
    <category label="go" term="go"/>
    <category label="java" term="java"/>
    <category label="javascript" term="javascript"/>
    <category label="typescript" term="typescript"/>
    <category label="css" term="css"/>
    <category label="html" term="html"/>
    <category label="google" term="google"/>
    <author>
      <name>stefankuehnel</name>
      <uri>https://ln.ht/~stefankuehnel</uri>
    </author>
    <content type="html"></content>
    <link rel="alternate" href="https://google.github.io/styleguide/"/>
    <id>https://google.github.io/styleguide/</id>
    <title>Google Style Guides</title>
    <updated>2025-06-13T23:53:08Z</updated>
  </entry>
  <entry>
    <category label="logic" term="logic"/>
    <category label="modules" term="modules"/>
    <category label="go" term="go"/>
    <category label="actionscript" term="actionscript"/>
    <category label="java" term="java"/>
    <category label="scala" term="scala"/>
    <category label="javascript" term="javascript"/>
    <category label="ruby" term="ruby"/>
    <category label="php" term="php"/>
    <category label="python" term="python"/>
    <category label="perl" term="perl"/>
    <author>
      <name>2097</name>
      <uri>https://ln.ht/~2097</uri>
    </author>
    <content type="html">&lt;blockquote&gt;
  &lt;p&gt;
When you write a module in C’Dent, you can use it in a dozen different programming languages. For instance, you could write a module in Python and use it in JavaScript, or you could write a module in JavaScript and use it in Perl 6, Ruby or Java.  &lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;
What a trip.&lt;/p&gt;
&lt;p&gt;
This is of limited use since it’s for logic, not for API stuff, and most apps write their own logic instead of relying on modules for logic, but I’ll have to try to remember that this exists for things that do rely on logic.&lt;/p&gt;
&lt;p&gt;
One example that does come to mind is an infix expression parser library that takes strings as input and returns numbers. Something like that could work with C’Dent.&lt;/p&gt;
&lt;p&gt;
Under “next steps” it says:&lt;/p&gt;
&lt;blockquote&gt;
  &lt;p&gt;
Add variables and assignments  &lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;
Conclusion: completely useless for now without further hacking &amp; patching.&lt;/p&gt;
</content>
    <link rel="alternate" href="http://cdent.org/"/>
    <id>http://cdent.org/</id>
    <title>C&apos;Dent - A Portable Module Programming Language</title>
    <updated>2023-12-28T10:30:05Z</updated>
  </entry>
  <entry>
    <category label="app" term="app"/>
    <category label="test" term="test"/>
    <category label="javascript" term="javascript"/>
    <category label="go" term="go"/>
    <category label="pcre" term="pcre"/>
    <category label="php" term="php"/>
    <category label="python" term="python"/>
    <category label="tech" term="tech"/>
    <category label="programming" term="programming"/>
    <category label="regex" term="regex"/>
    <author>
      <name>wyclif</name>
      <uri>https://ln.ht/~wyclif</uri>
    </author>
    <content type="html"></content>
    <link rel="alternate" href="https://regex101.com/"/>
    <id>https://regex101.com/</id>
    <title>Online regex tester and debugger: PHP, PCRE, Python, Golang and JavaScript</title>
    <updated>2020-02-02T06:15:44Z</updated>
  </entry>
</feed>