Skip to content

Commit

Permalink
aguia-pescadora-bravo (#16), lisp (#31): instalado Steel Bank Common …
Browse files Browse the repository at this point in the history
…Lisp (SBCL)
  • Loading branch information
fititnt committed May 22, 2019
1 parent a78edb2 commit cd60a15
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 9 deletions.
24 changes: 15 additions & 9 deletions logbook/aguia-pescadora-bravo.sh
Expand Up @@ -396,7 +396,6 @@ sudo apt-get install neovim
## Ambientes a serem considerados...
# F# https://fsharp.org/use/linux/
# Julia (nao tem package manager oficial) https://julialang.org
# Lisp https://lisp-lang.org/learn/getting-started/
# Rust https://www.rust-lang.org/tools/install
# Conda (multiplos usuarios; nao vai ser trivial)
# <https://medium.com/@pjptech/installing-anaconda-for-multiple-users-650b2a6666c6>
Expand All @@ -406,14 +405,6 @@ sudo apt-get install neovim
# <https://docs.anaconda.com/anaconda/install/>
# <https://hub.docker.com/r/continuumio/anaconda3/dockerfile>

## Ambientes para adicionar a curto prazo
# Lua
# (sim, vai ter que ser compilado do fonte)
# - https://www.lua.org/versions.html#5.3
# Fortran (com GFortran)
# - https://gcc.gnu.org/wiki/GFortran
# - https://packages.ubuntu.com/bionic/gfortran-8

##### C/C++ ____________________________________________________________________
# Inclui bibliotecas extras para compilar outras ferramentas

Expand Down Expand Up @@ -464,6 +455,21 @@ sudo apt install npm
# versões mais customizadas caso as de sistema não sejam suficientes
# (fititnt, 2019-05-18 21:21 BRT)

##### Lisp _____________________________________________________________________
# @see https://lisp-lang.org/
# @see https://lisp-lang.org/learn/getting-started/
# Hello World:
# sbcl --script lisp.lsp

sudo apt-get install sbcl
# Resultado:
# (...)
# Serão instalados os seguintes NOVOS pacotes:
# binfmt-support sbcl
# 0 pacotes actualizados, 2 pacotes novos instalados, 0 a remover e 8 não actualizados.
# É necessário obter 8632 kB de arquivos.
# Após esta operação, serão utilizados 47,7 MB adicionais de espaço em disco

##### PHP ______________________________________________________________________
# @see https://php.net/
# @see https://www.php.net/manual/pt_BR/
Expand Down
4 changes: 4 additions & 0 deletions logbook/aguia-pescadora-bravo/usr/local/bin/ajuda
Expand Up @@ -44,6 +44,10 @@ Comando 'ajuda' de aguia-pescadora-bravo.etica.ai
Node Package Manager, NPM padrão (**), o gerenciador de pacotes do NodeJS
${yellow}npm${green} [$(npm -v | head -n1)]
LISP
Steel Bank Common Lisp, padrão (**):
${yellow}sbcl${green} [$(sbcl --version | head -n1)]
KOTLIN
Em breve. Acompanhe em https://github.com/fititnt/cplp-aiops/issues/10
Expand Down

0 comments on commit cd60a15

Please sign in to comment.