File tree Expand file tree Collapse file tree 1 file changed +0
-34
lines changed Expand file tree Collapse file tree 1 file changed +0
-34
lines changed Original file line number Diff line number Diff line change 8181
8282> 📘 [ More on REPL] ( /documentation/repl )
8383
84- ## Debugging
85-
86- ``` phel
87- (php/dump (+ 40 2))
88- ```
89-
90- Enable temp files in ` phel-config-local.php ` :
91-
92- ``` php
93- <?php
94- return (require __DIR__ . '/phel-config.php')
95- ->setKeepGeneratedTempFiles(true);
96- ```
97-
98- > 📘 [ More on debugging] ( /documentation/debug )
99-
100- ## Build & Deploy
101-
102- ``` bash
103- vendor/bin/phel build
104- php out/index.php
105- ```
106-
107- > 📘 [ More on build] ( /documentation/cli-commands/#build-the-project )
108-
10984## Testing
11085
11186``` bash
@@ -114,15 +89,6 @@ vendor/bin/phel test --filter foo
11489
11590> 📘 [ More on testing] ( /documentation/testing )
11691
117- ## Handy Macros
118-
119- ``` phel
120- (when condition (println "if true"))
121- (-> {:name "Phel"} (:name) (str "Lang"))
122- ```
123-
124- > 📘 [ More on macros] ( /documentation/macros )
125-
12692## Editor Support
12793
12894- [ VSCode] ( https://github.com/phel-lang/phel-vs-code-extension )
You can’t perform that action at this time.
0 commit comments