-
***
### Daily status - 2021 November
This is the daily status thread for 2021 October. Daily status posts will be put daily (or when I get to it) below this post.
[Click here to see last …
-
Backslashes are currently not handled by the CLI so specifying windows paths is a PITA to say the least, needs to be dealt with to preserve my sanity.
![image](https://user-images.githubusercontent…
-
Do you think you might be able to use COM interop to open the ZIP file using the "Shell.Application" COM interface?
Just a suggestion.
-
Hi, I like Boo. It's a nice language. But i am trying to call some win 32 api functions (like ShowWindow, FindWindow, SendMessage, etc etc...) from my Boo class. How can i do it. Any tutorials ?.
-
``` boo
import System.Collections.Generic
def ggm[of T](l as IEnumerable[of T]) as IEnumerator[of T]:
for e in l:
yield e
```
```
Boo Compiler version 0.9.7.0 (CLR 2.0.50727.8009)
Main.bo…
-
```
ConsoleWriteLine("Now is ${DateTime.Now}.")
=>
ConsoleWriteLine("Now is " + DateTime.Now + ".")
or e.g.
var someLicalVariable = DateTime.Now;
ConsoleWriteLine("Now is ${someLicalVariable}.")
se…
-
```
ConsoleWriteLine("Now is ${DateTime.Now}.")
=>
ConsoleWriteLine("Now is " + DateTime.Now + ".")
or e.g.
var someLicalVariable = DateTime.Now;
ConsoleWriteLine("Now is ${someLicalVariable}.")
se…
-
I've attached the source file you asked about.
Is there anything else I provide in order to help you to fix it?
Should I stop hoping for a fix at all?
kvark updated
14 years ago