Giter VIP home page Giter VIP logo

pwml's Issues

怎么把内置的函数名修改为中文

common list里有很多的内置函数 或者是宏,英文的名称记不住,怎么修改成中文呢?
比如 make-array 修改为 数组 ;array-total-size -> 数组长度

我发现这样是可以的

(defvar 数组 'make-array)
(defvar 数组长度 'array-total-size )

(defparameter 变量a (funcall 数组 '(1 3)))
(funcall 数组长度 变量a)

但是调用的时候前面 要加funcall,有没有什么其他的方法让这2个等效
(make-array '(1 3))
(数组 '(1 3))

NND,我设想这个好久了

我也是计划使用common lisp来作为起点构建新语言,不过一直忙着谋生,偶尔有空才设想,前阵子还想正式立项,不过时间忙不过来就暂停了。——各种想法我都记在一个文件夹里,忙,等有空整理。

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.