php-generics VS phel-lang

Compare php-generics vs phel-lang and see what are their differences.

phel-lang

Phel is a functional programming language that transpiles to PHP. A Lisp dialect inspired by Clojure and Janet. (by phel-lang)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
php-generics phel-lang
7 16
206 396
- 1.0%
4.3 9.1
about 1 month ago 6 days ago
PHP PHP
MIT License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

php-generics

Posts with mentions or reviews of php-generics. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-03-03.
  • How come there is no such thing as an equivalent to TypeScript in PHP?
    4 projects | /r/PHP | 3 Mar 2023
    Hi. I'm the author of the library which brings generics into PHP like TypeScript https://github.com/mrsuh/php-generics. Libraries like this have a few big problems to start using them freely:
  • Parsing with PHP, Bison and re2c
    4 projects | /r/PHP | 26 Aug 2022
    I used this knowledge to create the PHP generics library.
  • Comparing PHP Collections
    2 projects | /r/PHP | 22 Mar 2022
    Hi! I don't think so. Is used this library to translate generics syntax into regular PHP syntax. It's not equal to real PHP generics (like Hack did). IDE doesn't support PHP generic syntax yet. You can read about it here.
    4 projects | dev.to | 22 Mar 2022
    If you are only using simple collections you can use array - it is very fast and requires little memory. PHP doesn't support generic syntax and IDE can't make hints about the type of objects in a collection (yet), but if you want PHP to do type checks at runtime you can test the php-generics library.
  • PHP type erasure generics
    1 project | /r/PHP | 25 Feb 2022
    A few months ago I created a PHP generics library with monomorphic generics. Today I released version 1.2.0 with type erase generics.
  • Generics implementation approaches
    2 projects | dev.to | 8 Feb 2022
    This approach has a big memory effect. PHP doesn't support native generics, but you can test monomorphized generics with my library.
  • PHP Generics. Right here. Right now
    4 projects | /r/PHP | 14 Sep 2021
    } ``` Library: https://github.com/mrsuh/php-generics Example repo: https://github.com/mrsuh/php-generics-example Have a nice day!

phel-lang

Posts with mentions or reviews of phel-lang. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-05-10.

What are some alternatives?

When comparing php-generics and phel-lang you can also consider the following projects:

php-generics-rfc - Mirror of https://wiki.php.net/rfc/generics for easier collaboration

coalton - Coalton is an efficient, statically typed functional programming language that supercharges Common Lisp.

php-var-sizeof - Function for getting size of any PHP variable in bytes

kandria - A post-apocalyptic actionRPG. Now on Steam!

shim - Shim version of PHP CS Fixer

cakelisp - Metaprogrammable, hot-reloadable, no-GC language for high perf programs (especially games), with seamless C/C++ interop

php-collections-comparison - https://dev.to/mrsuh/comparing-php-collections-5cca

hissp - It's Python with a Lissp.

ruby - The Ruby Programming Language

pgloader - Migrate to PostgreSQL in a single command!

php-generics-example

web-ctf-container - A training platform with different Scenarios of CTF Web Challenges