Tolong pilih kategori sesuai, jenis posting (diskusi atau bukan) dan sertakan tag/topik yang sesuai seperti komputer, java, php, mysql, dll. Promosi atau posting tidak pada tempatnya akan kami hapus!
- Bagi Anda yang ingin mendaftar, baca link berikut:
http://diskusiweb.com/discussion/50491/how-to-registrasi-diskusiweb-com-baca-ini-terlebih-dahulu
- Cara menyisipkan kode program supaya tampil rapi dan terformat dengan baik di diskusiweb.com: http://www.diskusiweb.com/discussion/50415/cara-menyisipkan-kode-program-di-diskusiweb-com
- Cara posting gambar/image di post Anda: http://www.diskusiweb.com/discussion/47345/cara-menyisipkan-menyertakan-image-pada-posting/p1
http://diskusiweb.com/discussion/50491/how-to-registrasi-diskusiweb-com-baca-ini-terlebih-dahulu
- Cara menyisipkan kode program supaya tampil rapi dan terformat dengan baik di diskusiweb.com: http://www.diskusiweb.com/discussion/50415/cara-menyisipkan-kode-program-di-diskusiweb-com
- Cara posting gambar/image di post Anda: http://www.diskusiweb.com/discussion/47345/cara-menyisipkan-menyertakan-image-pada-posting/p1
PHPReboot Proyek Bahasa PHP yang berjalan di atas Java Virtual Machine
Wah PHP memang bisa jalan di JVM tapi tidak maksimal makanya ada yang buat proyek "membuat bahasa php baru yang benar-benar mulus berjalan di atas JVM namanya PHP.reboot.
PHP.reboot is a reboot of PHP, each Hollywood movie has its own reboot, why not doing the same for one of the most popular programming language. The aim is to keep the philosophy of PHP but adapt it to be more in sync with the Web of 2010.
URL: http://code.google.com/p/phpreboot/
Highlights:
less $, less ';' like in javascript
secure by default: no eval, no magic quotes/string interpolation
full unicode support
no from/to string auto-conversion
XML literal
JSON literal
a SQL compatible syntax
XPath/XQuery compatible syntax
Perl 5 regex literal
URI/file literal
a dynamic language with duck typing and a gradual type system
fast as Java thanks to a runtime profiler/optimizer and JSR 292 API
provide an embedded database derby and a standalone web server grizzly by default
can run on top of any JEE stacks, or android, it's a JVM language !
PHP.reboot works this latest beta release of jdk7. Or with any java6 jdks thanks to the jsr292-backport.
PHP.reboot is a reboot of PHP, each Hollywood movie has its own reboot, why not doing the same for one of the most popular programming language. The aim is to keep the philosophy of PHP but adapt it to be more in sync with the Web of 2010.
URL: http://code.google.com/p/phpreboot/
Highlights:
less $, less ';' like in javascript
secure by default: no eval, no magic quotes/string interpolation
full unicode support
no from/to string auto-conversion
XML literal
JSON literal
a SQL compatible syntax
XPath/XQuery compatible syntax
Perl 5 regex literal
URI/file literal
a dynamic language with duck typing and a gradual type system
fast as Java thanks to a runtime profiler/optimizer and JSR 292 API
provide an embedded database derby and a standalone web server grizzly by default
can run on top of any JEE stacks, or android, it's a JVM language !
PHP.reboot works this latest beta release of jdk7. Or with any java6 jdks thanks to the jsr292-backport.
Tagged:
Comments