Skip to content

Commit

Permalink
Goldfish Scheme v17.10.8
Browse files Browse the repository at this point in the history
  • Loading branch information
da-liii committed Nov 1, 2024
1 parent 3c5f2c0 commit 2a8d410
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Goldfish.tmu
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

<assign|srfi|<flag|SRFI|dark red>>

<assign|goldfish-version|17.10.6>
<assign|goldfish-version|17.10.8>
</hide-preamble>

金鱼Scheme,又称Goldfish Scheme,是三鲤网络发起的Scheme解释器实现。目前专注于Scheme语言的标准库。本文档是金鱼Scheme V<value|goldfish-version>的文学编程实现,目前金鱼Scheme中几乎所有的Scheme代码实现和测试都包含在本文档中。
Expand Down
2 changes: 1 addition & 1 deletion src/goldfish.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
#include <wordexp.h>
#endif

#define GOLDFISH_VERSION "17.10.7"
#define GOLDFISH_VERSION "17.10.8"
#define GOLDFISH_PATH_MAXN TB_PATH_MAXN

static std::vector<std::string> command_args= std::vector<std::string> ();
Expand Down

0 comments on commit 2a8d410

Please sign in to comment.