I hereby claim:
- I am qmx on github.
- I am qmx (https://keybase.io/qmx) on keybase.
- I have a public key whose fingerprint is 41E3 D95A 0F4D BAF6 B30B 0B3D 9C07 7BDA 1C30 A949
To claim this, I am signing this object:
# These properties can be used to alter runtime behavior for perf or compatibility. | |
# Specify them by passing directly to Java -Ddynjs.<property>=<value> | |
################################################################################ | |
# compiler | |
################################################################################ | |
# Set compile mode: OFF = no compilation (interpreted); JIT = at runtime; FORCE = before execution | |
# Options: [OFF, FORCE, JIT], Default: JIT. |
I hereby claim:
To claim this, I am signing this object:
diff --git a/Useful-Vert.x-components-and-modules.md b/Useful-Vert.x-components-and-modules.md | |
index 1004aa0..150f379 100644 | |
--- a/Useful-Vert.x-components-and-modules.md | |
+++ b/Useful-Vert.x-components-and-modules.md | |
@@ -59,7 +59,7 @@ If you're thinking of creating an application using Vert.x, here's a list of use | |
* io.vertx~lang-clojure - https://github.com/vert-x/mod-lang-clojure - Clojure API implementation for Vert.x | |
-* io.vertx~lang-dynjs - https://github.com/vert-x/mod-lang-php - JavaScript API implementation for Vert.x that uses the DynJS JavaScript engine | |
+* io.vertx~lang-dynjs - https://github.com/vert-x/mod-lang-dynjs - JavaScript API implementation for Vert.x that uses the DynJS JavaScript engine |
While I was reviewing Summers' code and ideas, I realized that I really wanted everything he did, but as a second step after we nail down the basics.
Since we've been catering the enterprise market, this essentially means we need to get the boring stuff right first, then move over to the shiny stuff, like realtime data sync, update policies & friends.
[alias] | |
pullify = config --add remote.origin.fetch '+refs/pull/*/head:refs/remotes/origin/pr/*' |
extern mod extra; | |
use extra::getopts::groups::*; | |
use std::os; | |
use std::libc; | |
#[link_args = "-lsodium"] | |
extern { | |
fn crypto_box_curve25519xsalsa20poly1305_ref_keypair(pk: *mut libc::c_char, sk: *mut libc::c_char); | |
} |
package me.qmx.jipsy; | |
import me.qmx.jitescript.CodeBlock; | |
import me.qmx.jitescript.JiteClass; | |
import java.io.PrintStream; | |
import java.lang.reflect.InvocationTargetException; | |
import java.lang.reflect.Method; |
[13:02:49] <purplefox> OK, let's get started | |
[13:02:54] <purplefox> Thanks everyone for coming | |
[13:02:55] karianna_ ([email protected]) joined the channel. | |
[13:03:10] <tigeba> hi all :) | |
[13:03:16] <karianna_> howdy | |
[13:03:21] <karianna_> sorry I'm late | |
[13:03:21] <purplefox> The idea of today's meeting is to discuss a bit of planning for Vert.x | |
[13:03:24] <purplefox> karianna_: np | |
[13:03:33] <purplefox> I've posted a list on the googlr group | |
[13:03:42] <purplefox> but anyone is free to bring anything else up |
[alias] | |
pullify = config --add remote.origin.fetch '+refs/pull/*/head:refs/remotes/origin/pr/*' |
#!/bin/sh | |
cd src/test/benchmarks/v8-benchmarks-v6/ && ../../../../bin/dynjs run.js |