问题标签 [dylan]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
5 回答
370 浏览

common-lisp - 函数在多个调度系统中是可变的吗?

我是否正确理解在(大多数?一些?)多种调度语言中,每个方法都会在程序执行的某个时间点添加到函数中。

然后我可以得出结论,作为一个特性的多次调度强制函数是可变的吗?

是否有多种调度语言,其中所有方法都附加到一个(通用)函数(在加载时?),所以不可能在不同的时间点看到不同状态的函数?

0 投票
1 回答
86 浏览

linux - Install Open Dylan on ARM architecture

I was looking through a long list of programming languages and I found one (Not too far down the alphabetical list) called Dylan. Being a Dylan myself, I instantly felt a connection with this language and had to install it on my favorite toy, my Raspberry Pi (Model 3B if that matters). Upon downloading the Linux x86 version (Which, I would assume, is the issue, seeing as my architecture is "armv7l"), unpacking the tarball, and completing the rest of the instructions in the README file, I was disappointed (Although, not surprised) when I got this message: "cannot execute binary file: Exec format error".

I'm not ready to give up just yet. How could I manually compile OD for the armv7l architecture, if it is possible at all? You'll need to know that my knowledge is very limited in this area, so if you tell me to "just build it" or something, it won't be very helpful.

[for reference] OD Website: http://opendylan.org/