Chinaunix首页 | 论坛 | 博客
  • 博客访问: 1750536
  • 博文数量: 297
  • 博客积分: 285
  • 博客等级: 二等列兵
  • 技术积分: 3006
  • 用 户 组: 普通用户
  • 注册时间: 2010-03-06 22:04
个人简介

Linuxer, ex IBMer. GNU https://hmchzb19.github.io/

文章分类

全部博文(297)

文章存档

2020年(11)

2019年(15)

2018年(43)

2017年(79)

2016年(79)

2015年(58)

2014年(1)

2013年(8)

2012年(3)

发布时间:2017-07-25 21:46:13

1.难点在于装cygwin,因为cygwin已经不支持win xp了。但是我找到了一个网站。https://superuser.com/questions/1132000/is-it-still-possible-to-get-cygwin-for-xp随后到这个网站:http://www.crouchingtigerhiddenfruitbat.org/Cygwin/timemachine.html1. 首先下载cygwin的setup-x86.exe版本,然后创建快捷方式,加.........【阅读全文】

阅读(1561) | 评论(0) | 转发(0)

发布时间:2017-07-19 14:36:15

scheme 和Guile其实都是Lisp的dialect. 因此看起来还是很像的, 拿出来little scheme 看了些实现,确实不错。讲了很多+ * 的实现,当然书中的实现还仅限于两个argument,而guile现在的+ / * 都支持多个argument. 点击(此处)折叠或打开#! /usr/bin/guile -s!#.........【阅读全文】

阅读(1177) | 评论(0) | 转发(0)

发布时间:2017-07-18 09:40:43

1. Docker 这个容器包含下面的东西点击(此处)折叠或打开A native Linux container format that Docker calls libcontainer.Linux kernel namespace: which provides isolation for filesystem, processes, and networks.Filesystem isolation: each container is.........【阅读全文】

阅读(5508) | 评论(0) | 转发(0)

发布时间:2017-07-14 08:45:05

exercies 2 :1. my-reverse that reverse the order of list items. (Function reverse is pre-defined.) 要求用尾递归写一个将列表逆序的函数。 答案如下:点击(此处)折叠或打开cat tail_reverse.scm #! /usr/bin/env guile -s!# .........【阅读全文】

阅读(997) | 评论(0) | 转发(0)

发布时间:2017-07-11 21:42:48

这篇文章是我在阮一锋的博客上看的http://www.ruanyifeng.com/blog/2011/07/mathematical_constant_e.html但是我觉得还是看原版来的更好一些:https://betterexplained.com/articles/an-intuitive-guide-to-exponential-functions-e/最近在看scheme, 从某种程度上也是受垠神的感染。感觉任何一种语言都有其独特的地方.........【阅读全文】

阅读(953) | 评论(0) | 转发(0)
给主人留下些什么吧!~~

fireboyz20052010-11-10 18:27

HI, 看到你"http://bbs.chinaunix.net/viewthread.php?tid=1806065"

这里的提问,你是不是在看一本叫《Shell脚本专家指南》的书?我也在阅读,我新手,不如大家交流一下,看到不明白也可以大家一起研究研究。

我的qq是:369035906
或gtalk:jiale.chan@gmail.com

回复  |  举报
留言热议
请登录后留言。

登录 注册