Talk:Executable library: Difference between revisions

m (→‎Pike problem: grammar)
Line 72:
:::: the .pike extension is only needed to let pike detect the class automatically, otherwise, since classes can be compiled at runtime, i can compile any file as a class manually using <code>program Hailstone_class = compile_file("hailstone.pmod");</code>.--[[User:EMBee|eMBee]] 08:55, 7 November 2011 (UTC)
:::::Ta! --[[User:Paddy3118|Paddy3118]] 09:40, 7 November 2011 (UTC)
 
==ADA and use of library==
It is not clear if the executable ./hailstone_test calls the compiled library ./hailstone or if it just compiles in the source to ./hailstone (which would not satisfy the task). --[[User:Paddy3118|Paddy3118]] 18:10, 29 May 2012 (UTC)
Anonymous user