开发者

Is it possible to do systems programming in J or something close to it?

just wondering if this is possible? if so id like to see some online texts about 开发者_如何学Goit b/c I googled and couldnt find any haha, thanks


I'm tempted to say no. While technically anything is possible, J will need its interpreter, so you've got at least that much to consider. J also has sluggish memory access time, making it not the ideal platform to do system programming.

So the real answer would be yes, it can, but it's far from ideal.


It depends on what you mean.

If you do not mind putting a j interpreter into your system (along with whatever dependencies it needs), you could do some systems programming. However, the interpreter overhead would not be trivial, I imagine.

Traditionally, you would compile systems code, but no one has written a J compiler yet. (And, a full implementation of J would require an interpreter in some cases -- but hypothetically speaking you would not have to code in a way which requires an interpeter.)

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜