lrony* 2010-07-27 15:46 采纳率: 0%
浏览 415
已采纳

Racket 和 Scheme 有什么不同?

Racket is a descendant of Scheme. How is Racket different than R6RS? What did it add, or take away, or is just different?

I understand that Racket is more than a language, it's a platform for languages. But I'm referring to the main Racket dialect.

转载于:https://stackoverflow.com/questions/3345397/how-is-racket-different-from-scheme

  • 写回答

6条回答 默认 最新

  • Lotus@ 2010-07-29 00:34
    关注

    Racket is ultimately based on R5RS, and not R6RS and not a strict superset of either. I don't think it can be called 'Scheme' because it's not backwards compatible with any Scheme standard.

    Most implementations offer extensions, but are otherwise backwards compatible, of course, the compiler that comes with Racket can also run in R5RS or R6RS mode. Valid R5/6RS Scheme that runs in racket mode may either be rejected, cause runtime errors, or behave differently than it should. With that said, the main points where it is not backwards compatible are:

    • Racket has no set-cdr! and set-car!, rather set-mcar! which only works on pairs specifically created as mutable.
    • What Racket calls letrec is called letrec* in R6RS and doesn't exist in R5RS, what R5RS and R6RS call letrec doesn't exist in Racket.
    • In Racket, a lot of things are self-evaluating which would raise an error in R5RS, most importantly the empty list.
    • Racket is case sensitive, though R6RS is also case sensitive
    • Racket treats ( ... ) and [ ... ] as equivalent, R5RS does not, but R6RS does.

    There are probably more, but on most other parts racket is a superset of Scheme.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(5条)

报告相同问题?

悬赏问题

  • ¥15 相敏解调 matlab
  • ¥15 求lingo代码和思路
  • ¥15 公交车和无人机协同运输
  • ¥15 stm32代码移植没反应
  • ¥15 matlab基于pde算法图像修复,为什么只能对示例图像有效
  • ¥100 连续两帧图像高速减法
  • ¥15 如何绘制动力学系统的相图
  • ¥15 对接wps接口实现获取元数据
  • ¥20 给自己本科IT专业毕业的妹m找个实习工作
  • ¥15 用友U8:向一个无法连接的网络尝试了一个套接字操作,如何解决?