Skip to content

hymkor/lispread

Repository files navigation

Lispread - Lisp/Spread

This is the fork of csview that supports gmnlisp code in the cell.

sample.png

Functions

  • (rc R C) ... refer the cell value at R:C as string
  • (rc% R C) ... refer the cell value at R:C as integer
  • (rc! R C) ... refer the cell value at R:C as float
  • (sum% R1 C1 R2 C2) ... the sum of the cells between R1:C1 and R2:C2 as integer
  • (sum! R1 C1 R2 C2) ... the sum of the cells between R1:C1 and R2:C2 as float

R:C is the relative address (row and column number) from the current cell.

Readline with SKK1

When the environment variable GOREADLINESKK is defined, go-readline-skk is used.

  • Windows
    • set GOREADLINESKK=SYSTEMJISYOPATH1;SYSTEMJISYOPATH2...;user=USERJISYOPATH
    • (example) set GOREADLINESKK=~/Share/Etc/SKK-JISYO.L;~/Share/Etc/SKK-JISYO.emoji;user=~/.go-skk-jisyo
  • Linux
    • export GOREADLINE=SYSTEMJISYOPATH1:SYSTEMJISYOPATH2...:user=USERJISYOPATH

Footnotes

  1. Simple Kana to Kanji conversion program. One of the Japanese input method editor.