Any platform, any language
-
I see this...
Quote:
Our free, local install Artificial Intelligence server. Any platform, any language.
...and I just want to check. Does that include assembly language ?
I'll take [Malbolge](https://en.wikipedia.org/wiki/Malbolge) on an [Altair 8800](https://en.wikipedia.org/wiki/Altair\_8800) for the win!
Keep Calm and Carry On
-
I see this...
Quote:
Our free, local install Artificial Intelligence server. Any platform, any language.
...and I just want to check. Does that include assembly language ?
I can use BLISS on my MicroVAX?
-
I see this...
Quote:
Our free, local install Artificial Intelligence server. Any platform, any language.
...and I just want to check. Does that include assembly language ?
-
I can use BLISS on my MicroVAX?
No, but I heard support for VAX/VMS DCL is in the works.
Software Zen:
delete this;
-
I see this...
Quote:
Our free, local install Artificial Intelligence server. Any platform, any language.
...and I just want to check. Does that include assembly language ?
Natural languages?
Freedom is the freedom to say that two plus two make four. If that is granted, all else follows. -- 6079 Smith W.
-
Natural languages?
Freedom is the freedom to say that two plus two make four. If that is granted, all else follows. -- 6079 Smith W.
Careful now, lest you invoke He Who Must Not Be Named...
Software Zen:
delete this;
-
Careful now, lest you invoke He Who Must Not Be Named...
Software Zen:
delete this;
I don't even remember the name.
-
AMOS isn't included :rolleyes:
Bastard Programmer from Hell :suss: "If you just follow the bacon Eddy, wherever it leads you, then you won't have to think about politics." -- Some Bell.
Amiga?..
-
Amiga?..
-
I see this...
Quote:
Our free, local install Artificial Intelligence server. Any platform, any language.
...and I just want to check. Does that include assembly language ?
I'd say yes. In nasm, at least. Probably masm and others, too. Nasm makes it fairly easy to call the win32 API. I'm pretty sure you could use ReadFile to open an image and then use WinHTTP to send a network request to SenseAI. Heck, if you're bored you could construct an HTTP request the old fashioned way and then open a socket and fire it across. This would be easy in masm as well (easy being relative, given that we'd be writing assembly). Then, you'd just have to parse the JSON SenseAI sends back. Not simple, granted, but not impossible either. If you're allowed to cheat and call a C library from assembly, that would make the JSON parsing simpler. So, there you go. You should be able to use SenseAI from assembly. I'm not sure it's the best use of your time, but it does sound kind of fun!