使用 golang present 包运行 ruby​​ 或 python 代码

我使用 Golang 演示包来构建演示文稿。我可以.play <file>.go在给定的 .slide 文件中运行 Golang 代码。


我想知道是否也可以使用.play <file>.rbor运行 ruby 或 python 代码.play <file>.py?


我尝试了上述方法,但是当我单击 浏览器中的“运行”按钮时出现错误。是否可以运行其他语言的代码?如果是,如何?如果不是,为什么不呢?


检查.rb:


puts 'hello, world'

这是我的 example.slide 文件的代码:


Checking the working of Ruby Code

Nothing much here!

15:04 2 Jan 2006

Tags: Ruby, Golang


Piyush Chauhan

********************

********************

********************

@piyushpsycho


* Title of slide or section (must have asterisk)


Some Text


.play check.rb


** Subsection


- bullets

- more bullets

- a bullet with


倚天杖
浏览 232回答 1
1回答

眼眸繁星

Present 使用shebang注释来确定要运行的程序。将您的脚本更改为:#!&nbsp;/usr/bin/ruby puts&nbsp;'hello,&nbsp;world'
打开App,查看更多内容
随时随地看视频慕课网APP

相关分类

Go