File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ permalink: /about/
7
7
Jactl is a powerful scripting language for the JVM platform whose syntax is a combination of bits
8
8
from Java, Groovy, and Perl.
9
9
It can be run from a REPL and from the commandline for commandline scripts but its main goal is
10
- to be integrated into Java applications and provide a secure, locked-down, mechanism that
11
- customers/users can use to customise the application behaviour.
10
+ to be integrated into Java applications where it provides a secure, locked-down, way for
11
+ customers/users to be able to customise the application behaviour.
12
12
13
13
It is especially suited to event-loop/reactive applications due to its builtin suspend/resume
14
14
mechanism based on continuations that ensures it never blocks the execution thread on which it is
Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ layout: home
8
8
Jactl is a powerful scripting language for the JVM platform whose syntax is a combination of bits
9
9
from Java, Groovy, and Perl.
10
10
It can be run from a REPL and from the commandline for commandline scripts but its main goal is
11
- to be integrated into Java applications and provide a secure, locked-down, mechanism that
12
- customers/users can use to customise the application behaviour.
11
+ to be integrated into Java applications where it provides a secure, locked-down, way for
12
+ customers/users to be able to customise the application behaviour.
13
13
14
14
It is especially suited to event-loop/reactive applications due to its builtin suspend/resume
15
15
mechanism based on continuations that ensures it never blocks the execution thread on which it is
You can’t perform that action at this time.
0 commit comments