[ 
https://issues.apache.org/jira/browse/THRIFT-82?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16242791#comment-16242791
 ] 

ASF GitHub Bot commented on THRIFT-82:
--------------------------------------

Github user dkochmanski commented on a diff in the pull request:

    https://github.com/apache/thrift/pull/1410#discussion_r149489770
  
    --- Diff: lib/cl/server.lisp ---
    @@ -0,0 +1,230 @@
    +(in-package #:org.apache.thrift.implementation)
    --- End diff --
    
    it is a common practice in Common Lisp to have a package dedicated for 
usage by a programmer (which exports the protocol symbols - library API that 
is) and having no other symbols of its own and an implementation package which 
may have other internal symbols and interfaces. This allows avoiding for 
instance symbol name conflicts (for instance list vs list).


> Common Lisp support
> -------------------
>
>                 Key: THRIFT-82
>                 URL: https://issues.apache.org/jira/browse/THRIFT-82
>             Project: Thrift
>          Issue Type: New Feature
>            Reporter: Patrick Collison
>            Assignee: James E. King, III
>         Attachments: thrift-cl.patch
>
>
> Common Lisp support is attached



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to