首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >是谁给了SWI-Prolog幽默感?

是谁给了SWI-Prolog幽默感?
EN

Stack Overflow用户
提问于 2017-07-26 04:07:24
回答 1查看 631关注 0票数 2

是谁给了SWI-Prolog幽默感?

代码语言:javascript
复制
Welcome to SWI-Prolog (threaded, 64 bits, version 7.3.35)
SWI-Prolog comes with ABSOLUTELY NO WARRANTY. This is free software.
Please run ?- license. for legal details.

For online help and background, visit http://www.swi-prolog.org
For built-in help, use ?- help(Topic). or ?- apropos(Word).


1 ?- Input.  
% ... 1,000,000 ............ 10,000,000 years later  
%   
%       >> 42 << (last release gives the question)
1 ?-   
EN

回答 1

Stack Overflow用户

回答已采纳

发布于 2017-07-26 04:25:12

The Beginning of Time! (Time!...Time...time...)的Jan Wielemaker

Commit 97f1b0bbcedbb7598775a40caacbe16f139f28d8 on May 26, 1992

代码语言:javascript
复制
$execute(Var, _) :-
    var(Var), !,
    $ttyformat('... 1,000,000 ............ 10,000,000 years later~n~n'),
    $ttyformat('~t~8|>> 42 << (last release gives the question)~n'),
fail.
票数 3
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/45312575

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档