<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Abstract Machines</title>
    <description>The latest articles on DEV Community by Abstract Machines (@abstractmachines).</description>
    <link>https://dev.to/abstractmachines</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Forganization%2Fprofile_image%2F3592%2F542bfe76-8f53-48b4-b14a-51ce4dab9591.png</url>
      <title>DEV Community: Abstract Machines</title>
      <link>https://dev.to/abstractmachines</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/abstractmachines"/>
    <language>en</language>
    <item>
      <title>Introducing Caramel v0.1: an OCaml on the Erlang/Elixir VM</title>
      <dc:creator>Leandro Ostera</dc:creator>
      <pubDate>Sun, 24 Jan 2021 17:35:05 +0000</pubDate>
      <link>https://dev.to/abstractmachines/introducing-caramel-v0-1-an-ocaml-on-the-erlang-elixir-vm-1bak</link>
      <guid>https://dev.to/abstractmachines/introducing-caramel-v0-1-an-ocaml-on-the-erlang-elixir-vm-1bak</guid>
      <description>&lt;p&gt;Caramel is a functional language for building type-safe, scalable, and&lt;br&gt;
maintainable applications.&lt;/p&gt;

&lt;p&gt;It's built in &lt;a href="https://ocaml.org" rel="noopener noreferrer"&gt;OCaml 🐫&lt;/a&gt; and maintained by &lt;a href="https://github.com/AbstractMachinesLab" rel="noopener noreferrer"&gt;Abstract Machines&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Caramel leverages:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;the OCaml compiler, to give you with a pragmatic type system and&lt;br&gt;
industrial-strength type safety.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;the Erlang VM, known for running low-latency, distributed, and fault-tolerant&lt;br&gt;
systems used in a wide range of industries.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Aaaand we just released v0.1 y'all! 🎉🙌&lt;/p&gt;

&lt;p&gt;Now featuring:&lt;br&gt;
🌟 A narrower, more focused goal&lt;br&gt;
💅 A code formatter (courtesy of ocamlformat)&lt;br&gt;
📚 A &lt;a href="https://caramel.run/manual/" rel="noopener noreferrer"&gt;brand new Manual&lt;/a&gt; with guides&lt;br&gt;
📈 Many tiny improvements&lt;/p&gt;

&lt;p&gt;Really,  after a lot of thinking around this, I've decided to scope down Caramel to:&lt;/p&gt;

&lt;p&gt;🐫 a strict subset of &lt;a href="https://ocaml.org" rel="noopener noreferrer"&gt;OCaml&lt;/a&gt; / &lt;a href="https://reasonml.github.io" rel="noopener noreferrer"&gt;Reason&lt;/a&gt;&lt;br&gt;
🛰️ that compiles to (Core) &lt;a href="https://erlang.org" rel="noopener noreferrer"&gt;Erlang&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;plus:&lt;br&gt;
📚 a small standard library (yes, incl. typed OTP)&lt;/p&gt;

&lt;p&gt;The reason for this is that between work and life, I'd like to be able to ship something useful without burning out🧘‍♀️&lt;/p&gt;

&lt;p&gt;This seems like a good first step to making Caramel actually usable for day to day work 🧙‍♂️&lt;/p&gt;

&lt;p&gt;So be my guest, try and break it and let me know!&lt;/p&gt;

&lt;p&gt;🙌&lt;/p&gt;

&lt;p&gt;/ Leandro&lt;br&gt;
&lt;a href="https://twitter.com/leostera" rel="noopener noreferrer"&gt;@leostera&lt;/a&gt;&lt;/p&gt;

</description>
      <category>elixir</category>
      <category>reason</category>
      <category>opensource</category>
      <category>ocaml</category>
    </item>
  </channel>
</rss>
