Skip to content

習題 10 -- 請寫一個命令列迴圈的應用 #22

Description

@ccckmit

可以自創,也可以選擇以下任一個實作

  1. 把 shellgpt.py 改成 shellgpt.js
  2. 自己實作一個 deno 的命令列 cli

example (for 2)

(base) nqucsie2022@Teacher-nqucsie2022deiMac 04-denogpt2 % deno
Deno 1.33.2
exit using ctrl+d, ctrl+c, or close()
REPL is running with all permissions allowed.
To specify permissions, run `deno repl` with allow flags.
> let x = 5, y = 3
undefined
> x+y
8
> eval('x+y')
8

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions