You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/_index.md
+37-39Lines changed: 37 additions & 39 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,45 +42,43 @@ title = "Phel: A Functional Lisp Dialect for PHP Developers"
42
42
43
43
Built for modern PHP development with functional programming principles
44
44
45
-
{% features() %}
46
-
47
-
{% feature_card(title="Built on PHP Ecosystem", description="Runs on the PHP ecosystem with access to all existing libraries", icon='<svgxmlns="http://www.w3.org/2000/svg"viewBox="0 0 24 24"><pathd="M9 3l-7 7 7 7M15 3l7 7-7 7"/></svg>') %}
48
-
• Seamless PHP interoperability
49
-
• Access to Composer packages
50
-
• Familiar deployment patterns
51
-
{% end %}
52
-
53
-
{% feature_card(title="Immutable Data Structures", description="Built-in persistent data structures like Lists, Vectors, Maps, and Sets", icon='<svgxmlns="http://www.w3.org/2000/svg"viewBox="0 0 24 24"fill="none"stroke="currentColor"stroke-width="2"stroke-linecap="round"stroke-linejoin="round"><polygonpoints="13 2 3 14 12 14 11 22 21 10 12 10 13 2"></polygon></svg>') %}
{% feature_card(title="Modern Tooling", description="Comprehensive development tools and ecosystem", icon='<svgxmlns="http://www.w3.org/2000/svg"viewBox="0 0 24 24"fill="none"stroke="currentColor"stroke-width="2"stroke-linecap="round"stroke-linejoin="round"><polylinepoints="4 17 10 11 4 5"></polyline><linex1="12"y1="19"x2="20"y2="19"></line></svg>') %}
78
-
• Plugin support
79
-
• Package management
80
-
• Testing frameworks
81
-
{% end %}
82
-
83
-
{% end %}
45
+
<divclass="features-grid">
46
+
{% feature_card(title="Built on PHP Ecosystem", description="Runs on the PHP ecosystem with access to all existing libraries", icon='<svgxmlns="http://www.w3.org/2000/svg"viewBox="0 0 24 24"><pathd="M9 3l-7 7 7 7M15 3l7 7-7 7"/></svg>') %}
47
+
• Seamless PHP interoperability
48
+
• Access to Composer packages
49
+
• Familiar deployment patterns
50
+
{% end %}
51
+
52
+
{% feature_card(title="Immutable Data Structures", description="Built-in persistent data structures like Lists, Vectors, Maps, and Sets", icon='<svgxmlns="http://www.w3.org/2000/svg"viewBox="0 0 24 24"fill="none"stroke="currentColor"stroke-width="2"stroke-linecap="round"stroke-linejoin="round"><polygonpoints="13 2 3 14 12 14 11 22 21 10 12 10 13 2"></polygon></svg>') %}
0 commit comments