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 81
81
82
82
> 📘 [ More on REPL] ( /documentation/repl )
83
83
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
-
109
84
## Testing
110
85
111
86
``` bash
@@ -114,15 +89,6 @@ vendor/bin/phel test --filter foo
114
89
115
90
> 📘 [ More on testing] ( /documentation/testing )
116
91
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
-
126
92
## Editor Support
127
93
128
94
- [ VSCode] ( https://github.com/phel-lang/phel-vs-code-extension )
You can’t perform that action at this time.
0 commit comments