[Vala] [Genie] bash execution.
- From: Diego Jacobi <jacobidiego gmail com>
- To: vala-list gnome org
- Subject: [Vala] [Genie] bash execution.
- Date: Sat, 2 May 2009 21:18:32 +0200
Hey, i dont know if this is the correct list for Genie, i havent found
much on gnomedocs, but the same applies for vala:
It could be a very good feature to be able to run bash commands with
the normal form:
Example for file named main.gs:
#!/usr/bin/env valac main.gs
[indent=2]
init
print "Hello World"
Then just executing the file could produce the compiled output file.
This can be just done by interpretting #!... as comments.
It would be very nice too, if dependencies are handled by each .gs
file. Maybe with the inclusion of "import" and/or "require" as in
python and php, and others.
Then a distributed vala/genie code could easily autocompile just
asking the user to install the dependencies.
Is any of this planned for vala and/or genie?
Cheers.
Diego
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]