Lisp for web application development
Posted: Sun Mar 02, 2014 2:35 am
Hello,
This is my first post in this form. My experience with Lisp is limited. Just started to learn it and liked it a lot, so I am thinking of moving my day to day work to use Lisp
... Slowly of course.
Are the following possible to do with Lisp (any of the open-source versions):
- Read and Modify Excel files (xlsx)
- Read and Modify Word Documents (docx)
-- In both of the above, the intention is to read an existing file with charts and so on. Proceed to update the sheet with data. Save it into a new file.
-- In case of both Excel and Word, changing of some formatting are required as well.
- I do the development on a Macbook Air and sometimes I am not connected to internet, especially during travel. The server that the applications deployed are running Ubuntu/Debian. Is it possible to set up a development and production env so that what I develop on the Mac can be uploaded directly to the server and expect it to work? Using a VM is not good because it reduces the battery life by a large percentage. If this is possible, would you please tell me how or what I need to set up?
Most of my work involves making web applications for other companies. These are deployed on my own VPS servers and I am free to use whatever to do the backend. The applications are not simple websites, but are normally used for automating the client's business processes. These needs to be maintained and updated as time goes on and their businesses evolve. It is convenient to have it as a web app rather than something they need to install.
(repeat info, same as mentioned above)
Normal server setup is: Linux (Ubuntu / Debian) on Linode. 512mb to 1Gb ram.
Normal development setup is: MacBook Air, OSX 10.9, Vim
Would you advise using Lisp for these kind of work? My motivation is to do all the work in a language that is a bit more easy to adapt and evolve (?) as the customer's businesses grows.
Thank you very much for any suggestions.
Cheers.
This is my first post in this form. My experience with Lisp is limited. Just started to learn it and liked it a lot, so I am thinking of moving my day to day work to use Lisp

Are the following possible to do with Lisp (any of the open-source versions):
- Read and Modify Excel files (xlsx)
- Read and Modify Word Documents (docx)
-- In both of the above, the intention is to read an existing file with charts and so on. Proceed to update the sheet with data. Save it into a new file.
-- In case of both Excel and Word, changing of some formatting are required as well.
- I do the development on a Macbook Air and sometimes I am not connected to internet, especially during travel. The server that the applications deployed are running Ubuntu/Debian. Is it possible to set up a development and production env so that what I develop on the Mac can be uploaded directly to the server and expect it to work? Using a VM is not good because it reduces the battery life by a large percentage. If this is possible, would you please tell me how or what I need to set up?
Most of my work involves making web applications for other companies. These are deployed on my own VPS servers and I am free to use whatever to do the backend. The applications are not simple websites, but are normally used for automating the client's business processes. These needs to be maintained and updated as time goes on and their businesses evolve. It is convenient to have it as a web app rather than something they need to install.
(repeat info, same as mentioned above)
Normal server setup is: Linux (Ubuntu / Debian) on Linode. 512mb to 1Gb ram.
Normal development setup is: MacBook Air, OSX 10.9, Vim
Would you advise using Lisp for these kind of work? My motivation is to do all the work in a language that is a bit more easy to adapt and evolve (?) as the customer's businesses grows.
Thank you very much for any suggestions.
Cheers.