Hi all,
re: Racket 6.5, prebuilt Linux x86_64 distribution
on Centos 6.8
Had a crash in one of my headless webserver/database applications. The
application itself is 100% Racket (no FFI libs), using the webserver
and db modules heavily. The Racket install is default with no added
packages.
I am trying to use Scribble to produce nicely-formatted tables of data.
Some of these tables are both longer and wider than one printed page.
I would like to handle this similarly to typical spreadsheet programs,
which automatically create page breaks. Ideally, I'd also like to repeat
"header" row
On Saturday, January 14, 2017 at 10:48:26 PM UTC+8, Lawrence Bottorff wrote:
> This is all very impressive, indeed. I was wondering if Racket could be used
> to create a new sort of GIS app, i.e., geographic information system. It
> would have to do "vector graphics," which is to say every primit
>
> What would be the novel aspect(s) of your GIS app?
>
Metadata is my main concern, and it's important in GIS and could be improved
upon there -- IMHO. I get the impression from my research that the future of
serious metadata is rooted in type theory and graph databasing, i.e, being able
to
> Also, are these links listed in your responses done in Scribble?
Yes: it's standard for Racket documentation.
What would be the novel aspect(s) of your GIS app?
Dan
--
You received this message because you are subscribed to the Google Groups
"Racket Users" group.
To unsubscribe from this gr
Lawrence Bottorff wrote on 01/14/2017 09:48 AM:
I was wondering if Racket could be used to create a new sort of GIS app, i.e., geographic
information system. It would have to do "vector graphics," which is to say every
primitive drawing object is real, i.e., isn't just a setup step toward creat
This is all very impressive, indeed. I was wondering if Racket could be used to
create a new sort of GIS app, i.e., geographic information system. It would
have to do "vector graphics," which is to say every primitive drawing object is
real, i.e., isn't just a setup step toward creating a raster
Lawrence writes
> Could it do diagrams as well as TikZ ...
For making-TIkz like diagrams check out Jens Axel Søgaard's MetaPict
library. It has as an explicit goal "to narrow the gap between Scribble and
LaTeX + MetaPost/Tikz".
https://soegaard.github.io/docs/metapict/metapict.html
Personally,
On Saturday, January 14, 2017 at 12:15:50 PM UTC+8, Lawrence Bottorff wrote:
> I've seen Racket graphics doing some basic graphics. How expressive is it?
> Could it do diagrams as well as TikZ or gnuplot? What output formats are
> there? Could it be like Processing and do 3-d and motion?
I think
9 matches
Mail list logo