Search found 11 matches

by Mimiko
25 Oct 2022, 22:31
Forum: Ask for Help (v1)
Topic: Error when executing function
Replies: 4
Views: 530

Re: Error when executing function

This is due to my lack of understanding of ahk. I took it for granted that BoundFunc is also a Func, so it should be able to be identified by IsFunc, which led to this problem. As for the type system, I actually still use mainly the ahk system, because my source language, being a dynamic language, i...
by Mimiko
22 Oct 2022, 00:46
Forum: Ask for Help (v1)
Topic: Error when executing function
Replies: 4
Views: 530

Re: Error when executing function

Thank you for your reply, it helped me solve this problem I don't know much about ahk itself and didn't recognize the problem that `IsFunc` can't determine the BoundFunc after being passed multiple times In terms of code readability, which looks like it should be harder to improve at this point, the...
by Mimiko
21 Oct 2022, 09:31
Forum: Ask for Help (v1)
Topic: Error when executing function
Replies: 4
Views: 530

Error when executing function

I recently encountered an error in the following code when adding functionality to my compiler This code will look strange because it is generated by the compiler ; Generated by Coffee-AHK/0.0.49 global __rf_shell__ := Func("shell_6") global __shell_module_2__ := (Func("shell_5")).Call() global __sh...
by Mimiko
16 Oct 2022, 06:47
Forum: General Discussion
Topic: Another ahk solution, coffeescript to ahk
Replies: 7
Views: 5191

Re: Another ahk solution, coffeescript to ahk

so you can use CS to write AHK using libraries in CS that look like native JS but are actually AHK under the hood, and it all compiles with Ahk2Exe. And using Neutron you can mix your fake CS that compiles to AHK with *real* CS that compiles to JS and thus make it all single-language, if I've under...
by Mimiko
01 Oct 2022, 10:29
Forum: General Discussion
Topic: AHK_X11, AutoHotkey for Linux
Replies: 18
Views: 59761

Re: AHK_X11, AutoHotkey for Linux

phil294 It's rly a small world. I have a project to compile coffeescript to ahk called coffee-ahk. And because of your CoffeeSense project, it can now get type checking for typescript, making it possible to make ahk scripts with static types. I'm still experimenting with this aspect, but it's reall...
by Mimiko
06 Sep 2022, 05:13
Forum: General Discussion
Topic: AHK_X11, AutoHotkey for Linux
Replies: 18
Views: 59761

Re: AHK_X11, AutoHotkey for Linux

Excellent
Now it's natively cross-platform!
by Mimiko
27 Aug 2021, 04:17
Forum: General Discussion
Topic: Another ahk solution, coffeescript to ahk
Replies: 7
Views: 5191

Re: Another ahk solution, coffeescript to ahk

So I came back with a little something new, a webapp based on Neutron.ahk
Since coffee-ahk is able to use javascript syntax to work with ahk, this project can be done all in javascript
Also, it would be nice if there was a webview2 library for 1.x :cry:
by Mimiko
23 Feb 2021, 11:40
Forum: Off-topic Discussion
Topic: Can you imagine life without AHK? I can't.
Replies: 15
Views: 4789

Re: Can you imagine life without AHK? I can't.

to me, ahk is not that important because my current work is all mac based
but it's cool to be able to write ahk in js, and ahk is just the very answer for many games
so overall I think it's not bad
by Mimiko
22 Feb 2021, 05:35
Forum: General Discussion
Topic: Another ahk solution, coffeescript to ahk
Replies: 7
Views: 5191

Re: Another ahk solution, coffeescript to ahk

https://github.com/phonowell/coffee-ahk/blob/master/doc.md
Simply write an instruction document.
I've been using this tool for practical development myself, and feel pretty good abt it.
by Mimiko
16 Jan 2021, 04:11
Forum: General Discussion
Topic: Another ahk solution, coffeescript to ahk
Replies: 7
Views: 5191

Re: Another ahk solution, coffeescript to ahk

This is an html for quick preview, drag and drop it into your browser and start playing immediately.
However, due to browser security policy restrictions, features like `include` and `import/export` are not available.
by Mimiko
09 Dec 2020, 10:54
Forum: General Discussion
Topic: Another ahk solution, coffeescript to ahk
Replies: 7
Views: 5191

Another ahk solution, coffeescript to ahk

This is a little toy I recently wrote in my spare time at work that converts coffeescript (a javascript dialect, very similar to ruby) to ahk. For me, this solution solves a lot of problems. Not only did it allow me to implement features with a more familiar syntax, but it also implemented some capa...

Go to advanced search