@@ -33,8 +33,7 @@ they do get many programming jobs done without the need for additional libraries
33
33
or abstractions.
34
34
35
35
We recognize JS has beautiful language features, and we encourage you to learn them.
36
- Never let php.js be an excuse not to. For the this reason we don't offer
37
- gigantic php.js packages or compilers.
36
+ Never let php.js be an excuse not to.
38
37
39
38
That said, we do think it's a challenge to port everything and decided to also port
40
39
low-level PHP functions like
@@ -46,7 +45,7 @@ Besides the geeky-challenge of seeing how far we could come, porting ALL THE THI
46
45
opens up php.js to other fun experiments such as realtime in-browser debugging/running of
47
46
PHP code, or running ` .php ` files with JavaScript engines such as V8.
48
47
49
- php.js also is a reference for PHP developers new to JavaScript, wanting to see how
48
+ php.js also is a reference for PHP developers wanting to see how
50
49
something can be done in JavaScript.
51
50
52
51
And so we see ourselves as this big resource and leave it up to the developer
@@ -56,7 +55,7 @@ And what not.
56
55
57
56
Going by [ The McDonald's Theory] ( https://medium.com/what-i-learned-building/9216e1c9da7d )
58
57
we have plently of functions online that aren't perfect just yet.
59
- If you know how better ways, just send us a pull request on GitHub!
58
+ If you know better ways, just send us a pull request : )
60
59
61
60
## Contributing
62
61
0 commit comments