[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Gathering data on user preferences
From: |
Arthur Miller |
Subject: |
Re: Gathering data on user preferences |
Date: |
Tue, 07 Sep 2021 16:52:20 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) |
Tim Cross <theophilusx@gmail.com> writes:
> Arthur Miller <arthur.miller@live.com> writes:
>
>> Tim Cross <theophilusx@gmail.com> writes:
>>
>>> tomas@tuxteam.de writes:
>>>
>>>> As a small nit: why JSON and not S-expressions? We're lispies, after
>>>> all ;-)
>>>>
>>>
>>> Only because from a web perspective, middleware to process body contents
>>> consisting of JSON are plentiful, while libraries for s-expressions are
>>> not.
>>
>> But you would be processing them in Emacs which is very good at processing
>> both
>> text and s-expressions? :)
>
> Why would you be processing them in Emacs? If you had a web service, the
> last thing you would have is Emacs sitting behind the web server. You
> would use something better suited which would process the data from the
> POST request which then stores the data in some format. You might have
> Emacs be able to query that data to get reports.
Just save a byte stream, and then process in Emacs?
- Re: Gathering data on user preferences, (continued)
- Re: Gathering data on user preferences, tomas, 2021/09/07
- Re: Gathering data on user preferences, Tim Cross, 2021/09/07
- Re: Gathering data on user preferences, tomas, 2021/09/07
- Re: Gathering data on user preferences, Tim Cross, 2021/09/07
- Re: Gathering data on user preferences, Arthur Miller, 2021/09/07
- Re: Gathering data on user preferences, Tim Cross, 2021/09/07
- Re: Gathering data on user preferences,
Arthur Miller <=
- Re: Gathering data on user preferences, Tim Cross, 2021/09/07
- Re: Gathering data on user preferences, Arthur Miller, 2021/09/07
- Re: Gathering data on user preferences, Tim Cross, 2021/09/07
Re: Gathering data on user preferences, Philip Kaludercic, 2021/09/08
Re: Gathering data on user preferences, Philip Kaludercic, 2021/09/08
Re: Gathering data on user preferences, Tim Cross, 2021/09/08