This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dasdsadjslkdjaskjdas |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"hello" { | |
"foo: 22 | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
skjs |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
BAAR |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
chido |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ss |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# I'd like to have fancy to recognize when I'm openning a class (by a convention: | |
# All identifiers starting with an upper case are constants and hence, the following | |
# is equivalent to | |
# def class Rubinius | |
# | |
def Rubinius { | |
# A nested class | |
def Compiler { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# In rubinius you can obtain the block given to a method | |
# without having to rely on &block syntax | |
# | |
# This is how they implement yield, by obtaining the block given to the method. | |
def some_method_that_takes_a_block | |
given_block = Rubinius.asm do |generator| | |
generator.push_block # pushed the current block into the stack | |
end |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
vic@jwm:/vic/hk/fancy-lang$ ./bin/fancy rbx/examples/exception.fy | |
Hola | |
Hello | |
Adios | |
vic@jwm:/vic/hk/fancy-lang$ ./bin/fancy rbx/examples/finally.fy | |
Hello | |
World | |
vic@jwm:/vic/hk/fancy-lang$ ./bin/fancy rbx/examples/nested_try.fy | |
Propagated exception | |
vic@jwm:/vic/hk/fancy-lang$ ./bin/fancy rbx/examples/rerise.fy |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[wlwBuild] [Build] BUILD STARTED | |
[wlwBuild] [Build] build: | |
[wlwBuild] [Build] clean: | |
[wlwBuild] [Build] Compiling webapp source files... | |
[wlwBuild] [Build] Warnings found in portalPosadas/AccountManag/AccountManagController.jpf: | |
[wlwBuild] [Build] Warning at line 3086 column 59: | |
[wlwBuild] [Build] Description: File "/FI_index.jsp" could not be found in the web application. | |
[wlwBuild] [Build] Warnings found in portalPosadas/AdminUsers/AdminUsersController.jpf: | |
[wlwBuild] [Build] Warning at line 1962 column 59: | |
[wlwBuild] [Build] Description: File "/FI_index.jsp" could not be found in the web application. |