-
Notifications
You must be signed in to change notification settings - Fork 5
/
BeanShellRoadmap.html
29 lines (24 loc) · 1.08 KB
/
BeanShellRoadmap.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<!DOCTYPE html>
<html>
<body>
<h1>Proposals and Areas of Discussion for BeanShell 2.x - 3.0</h1>
The following are topics of discussion and potential features for future
BeanShell releases. All of these are speculative and no plans have been made
to implement them. Please join the
<a href="http://beanshell.org/contact.html">mailing list</a>
or contact [email protected].
<h3>
<ul>
<li>
<a href="BeanShellDialects.html">Pluggable language syntax extensions:
BeanShell Dialects</a>
<li>Minor core language enhancements: closures, long lines, native
list and collections syntax, etc.
<li>Compiled scripts, partial or complete
bytecode generation for better performance.
<li>Limiting script actions, security: limiting the classes and methods a
script can invoke or define. Interaction with real security policies.
<li>Completing or better defining the BeanShell scripted object model.
<li> ...
</h3>
</ul>