日本語のみで絞り込む

Instance methods are called like Lisp functions. The reader will recognize any symbol that starts with . as an instance method, and send it as a message to the ...

2016/10/23 -33 votes, 23 comments. 84K subscribers in the ruby community. Celebrate the weird and wonderful Ruby programming language with us!

2016/9/10 -Lisp is a regular, explicit language. It does not strive for micro-density, but rather tends to achieve macro-density by allowing more ...

Ruby is an interpreted, high-level, general-purpose programming language. It was designed with an emphasis on programming productivity and simplicity.

The main purpose of this post is to illustrate how simple it can be to bootstrap a small programming language using a high level language. The core of the ...

2011/6/3 -My summary is that Ruby is better at providing convenient syntax. But Lisp wins, hands down, at the ability to create new abstractions, and then ...

2020/7/14 -If you've defined a method specialized for it, then Lisp executes that method to rebuild the touched instance as if it had originally been ...

Lisp interpreter written in Ruby, based off of Peter Norvig's Lispy Scheme interpreter in Python. Currently, it's more or less just a direct port of ...

2017/12/29 -It's essentially all data, just some data gets executed. Given that data manipulation is (or at least should be) simple in any decent ...

2022/10/1 -There are a lot of differences between Lisp and Ruby. Ruby is usually (and superficially) compared to Smalltalk, I think because both use ...

A.ハッキングとクラッキングの違いが分かっていますか? Pythonは俗にスクリプト言語といわれている言語の中で 初めてオブジェクト指向を採用した言語です。日本では似た位置にあるRubyが人気ですが、

解決済み-回答:4件-2008/11/22

A.私見ですがC/C++とRustは可読性が酷く悪いです 自由度の高さもあるのですが基本構文や関数に統合統一書式スタイルというものを意識していません それに加えて自身が作成する変数や関数などに自由度...

解決済み-回答:8件-2024/2/29