Dear All,
Needs a decent browser, JavaScript >2015
http://www.dogelog.ch/
Currently swallows errors silently. Everything written
in Prolog itself, read/1, consult/1, etc.. and then cross
compiled into JavaScript. Not sure whether it can already
compile itself. But it has a text field and can add the
clauses in the text field and execute the directives in the
text field, and it has write/1 and nl/0 into the HTML document.
More care for the good boy upcoming.
Have Fun!
Jan Burse, 24.05.2021 #StaySafe
http://www.jekejeke.ch/
To help understand Dogelog, we made a little Q&A.
Here are the results:
Q: What does it mean that Dogelog was produced
by a cross compiler?
A: Dogelog is not enteirely written in JavaScript,
a great part was written in Prolog and then cross
compiled into JavaScript.
Q: Can Dogelog be run without Android?
A: Yes, since the result after cross compilation
was entirely JavaScript, you can run it everywhere
where you find JavaScript, no Android required.
Q: Can Dogelog be run without internet connection?
A: Yes, the compilation has only generated client
code, there is no server code, so once the JavaScript
is loaded, you can run it without a connection.
Q: Can Dogelog be run without a Browser?
A: Yes, its also possible to run Dogelog from within
node.js for example, which is headless.
Q; Can Dogelog be run from within a smartphone?
A: Yes, if you find a capable JavaScript environment
you can also run it on a small device as a smartphone.
Q: Can a smartphone use be demonstrated?
A: Yes we have updated the link http://www.dogelog.ch/ so
that it does automatic zooming, by adding these lines:
Ā Ā Ā <style>
Ā Ā Ā Ā Ā Ā Ā body {
Ā Ā Ā Ā Ā Ā Ā Ā Ā Ā Ā font-family: verdana, sans-serif;
Ā Ā Ā Ā Ā Ā Ā Ā Ā Ā Ā font-size: 2vw;
Ā Ā Ā Ā Ā Ā Ā Ā Ā Ā Ā line-height: 1.4em
Ā Ā Ā Ā Ā Ā Ā }
Ā Ā Ā </style>
Here is a screenshot, even an offline use, where the
internet connection was cut off after Dogelog was loaded: https://gist.github.com/jburse/f6ad8de5f2a2de54c3efdbbe654e8013#gistcomment-3759547
Q: Can a tablet use be demonstrated?
A: Yes the same link http://www.dogelog.ch/ also works
for tablets. Strangely the same Chrome browser has better
rendering on a Huawei tablet than on Smasung smartphone.
But this is an issue of HTML/CSS and not of Dogelog: https://gist.github.com/jburse/f6ad8de5f2a2de54c3efdbbe654e8013#gistcomment-3759548
Q; For further questions about Dogelog, where should I go?
A: Documentation about Dogelog will soon be out, tickets
with bug reports or feature requests can be opened on GitHub at: https://github.com/jburse/jekejeke-samples/issues
Mostowski Collapse schrieb:
Dear All,
Needs a decent browser, JavaScript >2015
http://www.dogelog.ch/
Currently swallows errors silently. Everything written
in Prolog itself, read/1, consult/1, etc.. and then cross
compiled into JavaScript. Not sure whether it can already
compile itself. But it has a text field and can add the
clauses in the text field and execute the directives in the
text field, and it has write/1 and nl/0 into the HTML document.
More care for the good boy upcoming.
Have Fun!
Jan Burse, 24.05.2021 #StaySafe
http://www.jekejeke.ch/
It can already do a little Unicode:
:- X = 'helšlo', write(X), nl.
:- X = 'helšlo', atom_codes(X, L), write(L), nl.
Try it
helšlo
[104, 101, 108, 119070, 108, 111]
But I have no clue how the hell I can tease out a
Unicode codepoint categorization from JavaScript?
Mostowski Collapse schrieb:
To help understand Dogelog, we made a little Q&A.
Here are the results:
Q: What does it mean that Dogelog was produced
by a cross compiler?
A: Dogelog is not enteirely written in JavaScript,
a great part was written in Prolog and then cross
compiled into JavaScript.
Q: Can Dogelog be run without Android?
A: Yes, since the result after cross compilation
was entirely JavaScript, you can run it everywhere
where you find JavaScript, no Android required.
Q: Can Dogelog be run without internet connection?
A: Yes, the compilation has only generated client
code, there is no server code, so once the JavaScript
is loaded, you can run it without a connection.
Q: Can Dogelog be run without a Browser?
A: Yes, its also possible to run Dogelog from within
node.js for example, which is headless.
Q; Can Dogelog be run from within a smartphone?
A: Yes, if you find a capable JavaScript environment
you can also run it on a small device as a smartphone.
Q: Can a smartphone use be demonstrated?
A: Yes we have updated the link http://www.dogelog.ch/ so
that it does automatic zooming, by adding these lines:
<style>
body {
font-family: verdana, sans-serif;
font-size: 2vw;
line-height: 1.4em
}
</style>
Here is a screenshot, even an offline use, where the
internet connection was cut off after Dogelog was loaded: https://gist.github.com/jburse/f6ad8de5f2a2de54c3efdbbe654e8013#gistcomment-3759547
Q: Can a tablet use be demonstrated?
A: Yes the same link http://www.dogelog.ch/ also works
for tablets. Strangely the same Chrome browser has better
rendering on a Huawei tablet than on Smasung smartphone.
But this is an issue of HTML/CSS and not of Dogelog: https://gist.github.com/jburse/f6ad8de5f2a2de54c3efdbbe654e8013#gistcomment-3759548
Q; For further questions about Dogelog, where should I go?
A: Documentation about Dogelog will soon be out, tickets
with bug reports or feature requests can be opened on GitHub at: https://github.com/jburse/jekejeke-samples/issues
Mostowski Collapse schrieb:
Dear All,
Needs a decent browser, JavaScript >2015
http://www.dogelog.ch/
Currently swallows errors silently. Everything written
in Prolog itself, read/1, consult/1, etc.. and then cross
compiled into JavaScript. Not sure whether it can already
compile itself. But it has a text field and can add the
clauses in the text field and execute the directives in the
text field, and it has write/1 and nl/0 into the HTML document.
More care for the good boy upcoming.
Have Fun!
Jan Burse, 24.05.2021 #StaySafe
http://www.jekejeke.ch/
To help understand Dogelog, we made a little Q&A. [ā¦]
Could you please state your question more clearly?
What do you mean by "care"?
Do you want to adopt a dog and care for it?
Then dogelog is possibly not the right choice for you.
Please enlighten us.
Thomas 'PointedEars' Lahn schrieb am Dienstag, 8. Juni 2021 um 19:38:33 UTC+2:
Mostowski Collapse wrote:
To help understand Dogelog, we made a little Q&A. [ā¦]
The main question appears to be missing:
āWhat *is* āDogelogā, and why should I care?ā
(That dog seems to get in everywhere *g*)
--
PointedEars
FAQ: <http://PointedEars.de/faq> | <http://PointedEars.de/es-matrix>
<https://github.com/PointedEars> | <http://PointedEars.de/wsvn/>
Twitter: @PointedEars2 | Please do not cc me./Bitte keine Kopien per E-Mail.
Mostowski Collapse wrote:
To help understand Dogelog, we made a little Q&A. [ā¦]
The main question appears to be missing:
āWhat *is* āDogelogā, and why should I care?ā
(That dog seems to get in everywhere *g*)
--
PointedEars
FAQ: <http://PointedEars.de/faq> | <http://PointedEars.de/es-matrix> <https://github.com/PointedEars> | <http://PointedEars.de/wsvn/>
Twitter: @PointedEars2 | Please do not cc me./Bitte keine Kopien per E-Mail.
Could you please state your question more clearly?
What do you mean by "care"?
Do you want to adopt a dog and care for it?
Then dogelog is possibly not the right choice for you.
Please enlighten us.
You asked:
āWhat *is* āDogelogā, and why should I care?āBut how can I know whether you should C-ARE,
if I don't know who you ARE? I am not a
clairvoyant. You even didn't write
why should "we" care, but you wrote why should
"I" care. The "we" could be maybe answered, if
we would refer to this forum.
But otherwise, what or who are you?
For the other part of the question, there
is now a biopic of Dogelog, just click
on the doge to get the factsheet about dogelog:
----------------- cut here ----------------
Q: When was Dogelog born?
A: Dogelog is still a puppy, born in 2021
after heated internet discussions.
Q: How does Dogelog barf?
A: Dogelog speaks Prolog.
Q: Is Dogelog flesh and bones?
A: No, Dogelog is made with JavaScript.
Q: What pedigree is Dogelog?
A: Dogelog is a mongrel, half Jekejeke
and half Albufeira.
Q: Does Dogelog have a dog chip?
A: No, but Dogelog has an URL www.dogelog.ch.
Q: Who is the master of Dogelog?
A: Currently Dogelog gets the most care
by XLOG Technologies GmbH.
http://www.dogelog.ch/biopic.html
----------------- cut here ----------------
Thanks for the inspiration!
Bye
Thomas 'PointedEars' Lahn schrieb:
Mostowski Collapse wrote:
Could you please state your question more clearly?
What do you mean by "care"?
Learn English:
<https://www.lexico.com/definition/care>
Do you want to adopt a dog and care for it?
Then dogelog is possibly not the right choice for you.
Please enlighten us.
Sometimes I wonder whether there is other intelligent life on this planet.
I mean this dog, of course: <https://en.wikipedia.org/wiki/Doge_(meme)>
From which this software might take its name.
And it was a fracking JOKE.
āWhat *is* āDogelogā, and why should I care?ā
Mostowski Collapse wrote:
Could you please state your question more clearly?
What do you mean by "care"?
Learn English:
<https://www.lexico.com/definition/care>
Do you want to adopt a dog and care for it?
Then dogelog is possibly not the right choice for you.
Please enlighten us.
Sometimes I wonder whether there is other intelligent life on this planet.
I mean this dog, of course: <https://en.wikipedia.org/wiki/Doge_(meme)>
From which this software might take its name.
And it was a fracking JOKE.
You asked:
āWhat *is* āDogelogā, and why should I care?ā
But how can I know whether you should C-ARE,
if I don't know who you ARE? I am not a
clairvoyant. You even didn't write
why should "we" care, but you wrote why should "I" care.
The "we" could be maybe answered, if we would refer to this forum.
But otherwise, what or who are you?
But otherwise, what or who are you?LOL. Read my sig:
--
PointedEars
FAQ: <http://PointedEars.de/faq> | <http://PointedEars.de/es-matrix> <https://github.com/PointedEars> | <http://PointedEars.de/wsvn/>
Twitter: @PointedEars2 | Please do not cc me./Bitte keine Kopien per E-Mail.
Your forum footer has only links. You are blaming me for
posting a link, now I should read a link of yours? What can
possibly go wrong? He, can you imagine?
May I ask you in turn, are you possibly stupid? Since you
asked me the same. My impression, you are at least as
stupid as this lady, maybe even more stupid:
IF YOU'RE HOMELESS.... JUST BUY A HOUSE https://www.youtube.com/watch?v=-Jh0EN1De4Q
LoL
Please prove me wrong, that you arent stupid.
*PLONK*
Sysop: | Keyop |
---|---|
Location: | Huddersfield, West Yorkshire, UK |
Users: | 251 |
Nodes: | 16 (2 / 14) |
Uptime: | 04:09:08 |
Calls: | 5,540 |
Calls today: | 6 |
Files: | 11,675 |
Messages: | 5,106,093 |
Posted today: | 1 |