Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions content/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@
title = "Phel: A Functional Lisp Dialect for PHP Developers"
+++

**Phel** is a functional programming language that compiles down to PHP. It's a modern Lisp dialect inspired by [Clojure](https://clojure.org/) and [Janet](https://janet-lang.org/), tailored to bring functional elegance and expressive code to the world of PHP development.
<img src="/images/logo_phel.svg" width="380" alt="Phel language logo"/>

<img src="/images/logo_phel.svg" width="450" alt="Phel language logo"/>
**Phel** is a functional programming language that compiles to PHP — a modern Lisp dialect inspired by [Clojure](https://clojure.org/) and [Janet](https://janet-lang.org/), bringing functional elegance and expressive code to PHP development.

<div class="homepage-cta">
<a href="#try-phel-instantly-with-docker" class="homepage-cta-button homepage-cta-primary">
<a href="#try-phel-instantly-with-docker" class="btn btn-primary homepage-cta-button homepage-cta-primary">
<svg class="homepage-cta-icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><polygon points="5 3 19 12 5 21 5 3"></polygon></svg>
Try Phel with Docker
</a>
<a href="/documentation/getting-started" class="homepage-cta-button homepage-cta-secondary">
<a href="/documentation/getting-started" class="btn btn-secondary homepage-cta-button homepage-cta-secondary">
<svg class="homepage-cta-icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 19.5A2.5 2.5 0 0 1 6.5 17H20"></path><path d="M6.5 2H20v20H6.5A2.5 2.5 0 0 1 4 19.5v-15A2.5 2.5 0 0 1 6.5 2z"></path></svg>
Read Documentation
</a>
Expand Down
2 changes: 1 addition & 1 deletion content/documentation/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ vendor/bin/phel test --filter foo

## Editor Support

- [VSCode](https://github.com/phel-lang/phel-vs-code-extension)
- [PhpStorm](https://github.com/phel-lang/phel-intellij-plugin)
- [VSCode](https://github.com/phel-lang/phel-vs-code-extension)
- [Emacs](https://codeberg.org/mmontone/interactive-lang-tools)
- [Vim](https://github.com/danirod/phel.vim)
Loading
Loading