I'm sure we could include code snippets such as that in an HTML page,
but we wouldn't be able to include the original source or libraries
required to build and run the example. Without that, such examples
would seem out of place in the Pivot distribution.
On Sep 4, 2009, at 11:45 AM, Sandro Martini wrote:
Ok, excuse me, to ensure that I have understand:
we can't host inside a tutorial web page a fragment of source code
(but without sources outside this HTML page, and without binary code)
like the following, and only referring from there to the Home Page of
that language ?
Scripting Pivot with Scala:
bla bla bla ...
Sample Code:
object HelloWorld {
def main(args: Array[String]) {
println("Hello, world!")
}
}
Scripting Pivot with Jython (http:// ...):
...
Sample Code:
print "Hello."
...
If we can't publish also samples like these, we can close the related
JIRA ticket, but at least could be interesting (for us, and for Pivot
users) to ensure that some languages are compatible, and so we should
try to make some (private) test, and write in Pivot documentation on
what languages we have tried and are or aren't compatible, right ?
Sandro