-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deploying to main from @ pomsky-lang/website@498c0ef 🚀
- Loading branch information
Showing
97 changed files
with
1,176 additions
and
1,176 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Blog on</title><link>https://next.pomsky-lang.org/blog/</link><description>Recent content in Blog on</description><generator>Hugo -- gohugo.io</generator><language>en-US</language><lastBuildDate>Fri, 01 Jul 2022 13:06:32 +0000</lastBuildDate><atom:link href="https://next.pomsky-lang.org/blog/index.xml" rel="self" type="application/rss+xml"/><item><title>Pomsky 0.11</title><link>https://next.pomsky-lang.org/blog/pomsky-0.11/</link><pubDate>Thu, 09 Nov 2023 10:00:00 +0000</pubDate><guid>https://next.pomsky-lang.org/blog/pomsky-0.11/</guid><description>I am excited to announce version 0.11 of Pomsky, the next level regular expression language! Pomsky makes it easier than ever to write correct and maintainable regular expressions. Pomsky expressions are transpiled to regexes and can be used with many regex engines. | ||
<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Blog on</title><link>/blog/</link><description>Recent content in Blog on</description><generator>Hugo -- gohugo.io</generator><language>en-US</language><lastBuildDate>Fri, 01 Jul 2022 13:06:32 +0000</lastBuildDate><atom:link href="/blog/index.xml" rel="self" type="application/rss+xml"/><item><title>Pomsky 0.11</title><link>/blog/pomsky-0.11/</link><pubDate>Thu, 09 Nov 2023 10:00:00 +0000</pubDate><guid>/blog/pomsky-0.11/</guid><description>I am excited to announce version 0.11 of Pomsky, the next level regular expression language! Pomsky makes it easier than ever to write correct and maintainable regular expressions. Pomsky expressions are transpiled to regexes and can be used with many regex engines. | ||
What&rsquo;s new? #This release comes with some exciting new features: | ||
Unit tests to make sure your Pomsky expressions are correct | ||
Negation of variables makes code re-use easier</description></item><item><title>Pomsky 0.10 released with new tools</title><link>https://next.pomsky-lang.org/blog/pomsky-0.10-released-with-new-tools/</link><pubDate>Wed, 22 Mar 2023 00:00:00 +0000</pubDate><guid>https://next.pomsky-lang.org/blog/pomsky-0.10-released-with-new-tools/</guid><description>Just last week, Pomsky celebrated its first birthday! Today, I&rsquo;m announcing version 0.10, along with a VSCode extension and a JavaScript plugin. This allows you to write regular expressions with Pomsky, and include them as RegExp with a bundler like Vite or Webpack. | ||
What is Pomsky? #Pomsky is a modern syntax for regular expressions, transpiled to regexes compatible with JavaScript, Java, PCRE, Rust, Ruby, Python, or .NET. It aims to be more readable, portable, and powerful than traditional regexes.</description></item><item><title>Pomsky 0.9 and our roadmap</title><link>https://next.pomsky-lang.org/blog/pomsky-0.9-and-our-roadmap/</link><pubDate>Sun, 15 Jan 2023 00:00:00 +0000</pubDate><guid>https://next.pomsky-lang.org/blog/pomsky-0.9-and-our-roadmap/</guid><description>What is Pomsky? #Pomsky is a portable, modern syntax for regular expressions. It has powerful features, such as variables, and a much more readable syntax. Check out the language tour to quickly get familiar with Pomsky, or the examples to see some real Pomsky expressions. | ||
Pomsky is not a regex engine. Instead, a Pomsky expression is transpiled to a normal RegExp, compatible with many RegExp engines, including JavaScript, Java, PCRE, Ruby, Python, Rust and .</description></item><item><title>Pomsky 0.8 released</title><link>https://next.pomsky-lang.org/blog/pomsky-0.8-released/</link><pubDate>Thu, 22 Dec 2022 12:00:00 +0000</pubDate><guid>https://next.pomsky-lang.org/blog/pomsky-0.8-released/</guid><description>The new logo: A pomeranian husky wearing orange glasses, created with the help of DALL·E 2 | ||
Negation of variables makes code re-use easier</description></item><item><title>Pomsky 0.10 released with new tools</title><link>/blog/pomsky-0.10-released-with-new-tools/</link><pubDate>Wed, 22 Mar 2023 00:00:00 +0000</pubDate><guid>/blog/pomsky-0.10-released-with-new-tools/</guid><description>Just last week, Pomsky celebrated its first birthday! Today, I&rsquo;m announcing version 0.10, along with a VSCode extension and a JavaScript plugin. This allows you to write regular expressions with Pomsky, and include them as RegExp with a bundler like Vite or Webpack. | ||
What is Pomsky? #Pomsky is a modern syntax for regular expressions, transpiled to regexes compatible with JavaScript, Java, PCRE, Rust, Ruby, Python, or .NET. It aims to be more readable, portable, and powerful than traditional regexes.</description></item><item><title>Pomsky 0.9 and our roadmap</title><link>/blog/pomsky-0.9-and-our-roadmap/</link><pubDate>Sun, 15 Jan 2023 00:00:00 +0000</pubDate><guid>/blog/pomsky-0.9-and-our-roadmap/</guid><description>What is Pomsky? #Pomsky is a portable, modern syntax for regular expressions. It has powerful features, such as variables, and a much more readable syntax. Check out the language tour to quickly get familiar with Pomsky, or the examples to see some real Pomsky expressions. | ||
Pomsky is not a regex engine. Instead, a Pomsky expression is transpiled to a normal RegExp, compatible with many RegExp engines, including JavaScript, Java, PCRE, Ruby, Python, Rust and .</description></item><item><title>Pomsky 0.8 released</title><link>/blog/pomsky-0.8-released/</link><pubDate>Thu, 22 Dec 2022 12:00:00 +0000</pubDate><guid>/blog/pomsky-0.8-released/</guid><description>The new logo: A pomeranian husky wearing orange glasses, created with the help of DALL·E 2 | ||
What is Pomsky? #Pomsky is a portable, modern syntax for regular expressions. It has powerful features, such as variables, and a much more readable syntax. Check out the language tour to quickly get familiar with Pomsky, or the examples to see some real Pomsky expressions. | ||
Pomsky is not a regex engine. Instead, a Pomsky expression is transpiled to a normal RegExp, compatible with many RegExp engines, including JavaScript, Java, PCRE, Ruby, Python, Rust and .</description></item><item><title>Pomsky 0.7 released</title><link>https://next.pomsky-lang.org/blog/pomsky-0.7-released/</link><pubDate>Sat, 10 Sep 2022 18:16:11 +0000</pubDate><guid>https://next.pomsky-lang.org/blog/pomsky-0.7-released/</guid><description>I just released Pomsky 0.7 with a new, much faster parser. | ||
Pomsky is not a regex engine. Instead, a Pomsky expression is transpiled to a normal RegExp, compatible with many RegExp engines, including JavaScript, Java, PCRE, Ruby, Python, Rust and .</description></item><item><title>Pomsky 0.7 released</title><link>/blog/pomsky-0.7-released/</link><pubDate>Sat, 10 Sep 2022 18:16:11 +0000</pubDate><guid>/blog/pomsky-0.7-released/</guid><description>I just released Pomsky 0.7 with a new, much faster parser. | ||
What is Pomsky? #Pomsky is a portable, modern syntax for regular expressions. It has powerful features, such as variables, and a much more readable syntax. Check out the language tour to quickly get familiar with Pomsky, or the examples to see some real Pomsky expressions. | ||
Pomsky is not a regex engine. Instead, a Pomsky expression is transpiled to a normal RegExp, compatible with many RegExp engines, including JavaScript, Java, PCRE, Ruby, Python, Rust and .</description></item><item><title>Renaming Rulex</title><link>https://next.pomsky-lang.org/blog/renaming-rulex/</link><pubDate>Fri, 01 Jul 2022 13:06:32 +0000</pubDate><guid>https://next.pomsky-lang.org/blog/renaming-rulex/</guid><description>Hello world. This is not what I expected my first blog post to be, but here we are. | ||
I was recently contacted by a lawyer on behalf of Rulex, Inc., who claimed that I&rsquo;m not allowed to use the name &ldquo;Rulex&rdquo; for my project, because they own a registered trademark for the name. This is disappointing because coming up with a good name that isn&rsquo;t already used is hard. Furthermore, their trademark is registered for software using Artificial Intelligence, so I&rsquo;m pretty sure that I&rsquo;m allowed to use it for a project that is unrelated to AI.</description></item><item><title>Introducing: Pomsky (formerly Rulex)</title><link>https://next.pomsky-lang.org/blog/introducing-pomsky-formerly-rulex/</link><pubDate>Mon, 04 Jul 2022 16:06:32 +0000</pubDate><guid>https://next.pomsky-lang.org/blog/introducing-pomsky-formerly-rulex/</guid><description>This year in February, I started a new project, which I named Rulex: A language that is transpiled to regular expressions. A month later, I released the first version of Rulex. | ||
Pomsky is not a regex engine. Instead, a Pomsky expression is transpiled to a normal RegExp, compatible with many RegExp engines, including JavaScript, Java, PCRE, Ruby, Python, Rust and .</description></item><item><title>Renaming Rulex</title><link>/blog/renaming-rulex/</link><pubDate>Fri, 01 Jul 2022 13:06:32 +0000</pubDate><guid>/blog/renaming-rulex/</guid><description>Hello world. This is not what I expected my first blog post to be, but here we are. | ||
I was recently contacted by a lawyer on behalf of Rulex, Inc., who claimed that I&rsquo;m not allowed to use the name &ldquo;Rulex&rdquo; for my project, because they own a registered trademark for the name. This is disappointing because coming up with a good name that isn&rsquo;t already used is hard. Furthermore, their trademark is registered for software using Artificial Intelligence, so I&rsquo;m pretty sure that I&rsquo;m allowed to use it for a project that is unrelated to AI.</description></item><item><title>Introducing: Pomsky (formerly Rulex)</title><link>/blog/introducing-pomsky-formerly-rulex/</link><pubDate>Mon, 04 Jul 2022 16:06:32 +0000</pubDate><guid>/blog/introducing-pomsky-formerly-rulex/</guid><description>This year in February, I started a new project, which I named Rulex: A language that is transpiled to regular expressions. A month later, I released the first version of Rulex. | ||
A lot has happened since then, so I wanted to give an update. First, the summary: | ||
Rulex got noticed: It trended on Hacker News and now has over 700 stars on GitHub 🚀 | ||
I published my first two security advisories for Rulex on GitHub</description></item></channel></rss> |
Oops, something went wrong.